We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b18fa commit 9ac142fCopy full SHA for 9ac142f
src/wp-includes/html-api/class-wp-html-processor.php
@@ -455,7 +455,6 @@ public function spawn_fragment_parser( string $html ): ?self {
455
$fragment_processor = self::create_fragment( $html );
456
$fragment_processor->compat_mode = $this->compat_mode;
457
458
-
459
$fragment_processor->context_node = clone $this->state->current_token;
460
$fragment_processor->context_node->bookmark_name = 'context-node';
461
$fragment_processor->context_node->on_destroy = null;
0 commit comments