- Timestamp:
- 05/09/2023 11:17:14 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-text-replacement.php
r55203 r55734 1 1 <?php 2 2 /** 3 * HTML Tag Processor: Text replacement class.3 * HTML API: WP_HTML_Text_Replacement class 4 4 * 5 5 * @package WordPress … … 9 9 10 10 /** 11 * Data structure used to replace existing content from start to end that allows to drastically improve performance. 11 * Core class used by the HTML tag processor as a data structure for replacing 12 * existing content from start to end, allowing to drastically improve performance. 12 13 * 13 14 * This class is for internal usage of the WP_HTML_Tag_Processor class.
Note: See TracChangeset
for help on using the changeset viewer.