- Timestamp:
- 04/20/2023 09:11:06 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.2/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55477 r55662 1776 1776 * 1777 1777 * @since 6.2.0 1778 * @since 6.2.1 Fix: Only create a single update for multiple calls with case-variant attribute names. 1778 1779 * 1779 1780 * @param string $name The attribute name to target. … … 1868 1869 * Result: <div id="new"/> 1869 1870 */ 1870 $existing_attribute 1871 $this->lexical_updates[ $ name ] = new WP_HTML_Text_Replacement(1871 $existing_attribute = $this->attributes[ $comparable_name ]; 1872 $this->lexical_updates[ $comparable_name ] = new WP_HTML_Text_Replacement( 1872 1873 $existing_attribute->start, 1873 1874 $existing_attribute->end,
Note: See TracChangeset
for help on using the changeset viewer.