- Timestamp:
- 04/19/2023 09:25:32 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55619 r55659 1816 1816 * 1817 1817 * @since 6.2.0 1818 * @since 6.2.1 Fix: Only create a single update for multiple calls with case-variant attribute names. 1818 1819 * 1819 1820 * @param string $name The attribute name to target. … … 1908 1909 * Result: <div id="new"/> 1909 1910 */ 1910 $existing_attribute 1911 $this->lexical_updates[ $ name ] = new WP_HTML_Text_Replacement(1911 $existing_attribute = $this->attributes[ $comparable_name ]; 1912 $this->lexical_updates[ $comparable_name ] = new WP_HTML_Text_Replacement( 1912 1913 $existing_attribute->start, 1913 1914 $existing_attribute->end,
Note: See TracChangeset
for help on using the changeset viewer.