- Timestamp:
- 06/08/2024 11:10:58 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r58363 r58364 544 544 if ( 545 545 WP_HTML_Stack_Event::POP === $this->current_element->operation && 546 ! static::expects_closer( $this->current_element->token ->node_name)546 ! static::expects_closer( $this->current_element->token ) 547 547 ) { 548 548 return $this->next_token();
Note: See TracChangeset
for help on using the changeset viewer.