- Timestamp:
- 12/03/2025 05:25:34 PM (8 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r61003 r61346 2343 2343 2344 2344 if ( false === $existing_class && isset( $this->attributes['class'] ) ) { 2345 $existing_class = substr( 2346 $this->html, 2347 $this->attributes['class']->value_starts_at, 2348 $this->attributes['class']->value_length 2345 $existing_class = WP_HTML_Decoder::decode_attribute( 2346 substr( 2347 $this->html, 2348 $this->attributes['class']->value_starts_at, 2349 $this->attributes['class']->value_length 2350 ) 2349 2351 ); 2350 2352 }
Note: See TracChangeset
for help on using the changeset viewer.