- Timestamp:
- 11/22/2024 12:50:48 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-processor.php
r59444 r59450 465 465 */ 466 466 public function create_fragment_at_current_node( string $html ) { 467 if ( $this->get_token_type() !== '#tag' ) {467 if ( $this->get_token_type() !== '#tag' || $this->is_tag_closer() ) { 468 468 return null; 469 469 }
Note: See TracChangeset
for help on using the changeset viewer.