- Timestamp:
- 05/09/2023 11:17:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55727 r55734 1 1 <?php 2 2 /** 3 * HTML API: WP_HTML_Tag_Processor class 4 * 3 5 * Scans through an HTML document to find specific tags, then 4 6 * transforms those tags by adding, removing, or updating the … … 28 30 29 31 /** 30 * Modifiesattributes in an HTML document for tags matching a query.32 * Core class used to modify attributes in an HTML document for tags matching a query. 31 33 * 32 34 * ## Usage
Note: See TracChangeset
for help on using the changeset viewer.