Changeset 59024
- Timestamp:
- 09/16/2024 05:54:08 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r59014 r59024 4502 4502 $this->state->stack_of_open_elements->pop(); 4503 4503 } 4504 return $this->step( self::REPROCESS_CURRENT_NODE );4504 goto in_foreign_content_process_in_current_insertion_mode; 4505 4505 } 4506 4506 … … 4578 4578 } 4579 4579 4580 in_foreign_content_process_in_current_insertion_mode: 4580 4581 switch ( $this->state->insertion_mode ) { 4581 4582 case WP_HTML_Processor_State::INSERTION_MODE_INITIAL:
Note: See TracChangeset
for help on using the changeset viewer.