Skip to content

Commit 9ac142f

Browse files
committed
lints
1 parent 25b18fa commit 9ac142f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-includes/html-api/class-wp-html-processor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ public function spawn_fragment_parser( string $html ): ?self {
455455
$fragment_processor = self::create_fragment( $html );
456456
$fragment_processor->compat_mode = $this->compat_mode;
457457

458-
459458
$fragment_processor->context_node = clone $this->state->current_token;
460459
$fragment_processor->context_node->bookmark_name = 'context-node';
461460
$fragment_processor->context_node->on_destroy = null;

0 commit comments

Comments
 (0)