We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb121d commit 7e0e922Copy full SHA for 7e0e922
1 file changed
src/wp-includes/html-api/class-wp-html-processor.php
@@ -453,7 +453,6 @@ public function spawn_fragment_parser( string $html ): ?self {
453
$fragment_processor = self::create_fragment( $html );
454
$fragment_processor->compat_mode = $this->compat_mode;
455
456
-
457
$fragment_processor->context_node = clone $this->state->current_token;
458
$fragment_processor->context_node->bookmark_name = 'context-node';
459
$fragment_processor->context_node->on_destroy = null;
0 commit comments