- Timestamp:
- 06/15/2023 03:48:03 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55729 r55925 1895 1895 * Result: <div id="new"/> 1896 1896 */ 1897 $existing_attribute = $this->attributes[ $comparable_name ];1897 $existing_attribute = $this->attributes[ $comparable_name ]; 1898 1898 $this->lexical_updates[ $comparable_name ] = new WP_HTML_Text_Replacement( 1899 1899 $existing_attribute->start,
Note: See TracChangeset
for help on using the changeset viewer.