- Timestamp:
- 04/21/2023 12:31:29 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55667 r55674 1965 1965 * Result: <div id="new"/> 1966 1966 */ 1967 $existing_attribute = $this->attributes[ $comparable_name ];1967 $existing_attribute = $this->attributes[ $comparable_name ]; 1968 1968 $this->lexical_updates[ $comparable_name ] = new WP_HTML_Text_Replacement( 1969 1969 $existing_attribute->start,
Note: See TracChangeset
for help on using the changeset viewer.