Changeset 55734 for trunk/src/wp-includes/html-api/class-wp-html-span.php
- 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-span.php
r55203 r55734 1 1 <?php 2 2 /** 3 * HTML Span: Represents a textual span inside an HTML document.3 * HTML API: WP_HTML_Span class 4 4 * 5 5 * @package WordPress … … 9 9 10 10 /** 11 * Represents a textual span inside an HTML document. 11 * Core class used by the HTML tag processor to represent a textual span 12 * inside an HTML document. 12 13 * 13 * This is a two-tuple in disguise, used to avoid the memory 14 * overheadinvolved in using an array for the same purpose.14 * This is a two-tuple in disguise, used to avoid the memory overhead 15 * involved in using an array for the same purpose. 15 16 * 16 17 * This class is for internal usage of the WP_HTML_Tag_Processor class.
Note: See TracChangeset
for help on using the changeset viewer.