We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02cd79 commit 5605942Copy full SHA for 5605942
src/wp-includes/html-api/class-wp-css-selector.php
@@ -67,11 +67,10 @@
67
*
68
* @access private
69
70
- * @see {@link https://www.w3.org/TR/css-syntax-3/}
71
- * @see {@link https://www.w3.org/tr/selectors/}
72
- * @see {@link https://www.w3.org/TR/selectors-api2/}
73
- * @see {@link https://www.w3.org/TR/selectors-4/}
74
- *
+ * @link https://www.w3.org/TR/css-syntax-3/
+ * @link https://www.w3.org/tr/selectors/
+ * @link https://www.w3.org/TR/selectors-api2/
+ * @link https://www.w3.org/TR/selectors-4/
75
*/
76
class WP_CSS_Selector implements WP_CSS_HTML_Processor_Matcher {
77
public function matches( WP_HTML_Processor $processor ): bool {
0 commit comments