Skip to content

Commit

Permalink
Update matches docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Dec 9, 2024
1 parent 8ced3aa commit ca1a129
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/wp-includes/html-api/class-wp-css-attribute-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/**
* CSS attribute selector.
*
* This class implements a CSS attribute selector and is used to test for matching HTML tags
* in a {@see WP_HTML_Tag_Processor}.
* This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*
Expand Down
3 changes: 1 addition & 2 deletions src/wp-includes/html-api/class-wp-css-class-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/**
* CSS class selector.
*
* This class implements a CSS class selector and is used to test for matching HTML tags
* in a {@see WP_HTML_Tag_Processor}.
* This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*
Expand Down
3 changes: 1 addition & 2 deletions src/wp-includes/html-api/class-wp-css-id-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
/**
* CSS ID selector.
*
* This class implements a CSS ID selector and is used to test for matching HTML tags
* in a {@see WP_HTML_Tag_Processor}.
* This class is used to test for matching HTML tags in a {@see WP_HTML_Tag_Processor}.
*
* @since TBD
*
Expand Down

0 comments on commit ca1a129

Please sign in to comment.