Skip to content

Commit 7e0e922

Browse files
committed
lints
1 parent eeb121d commit 7e0e922

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

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

456-
457456
$fragment_processor->context_node = clone $this->state->current_token;
458457
$fragment_processor->context_node->bookmark_name = 'context-node';
459458
$fragment_processor->context_node->on_destroy = null;

0 commit comments

Comments
 (0)