Skip to content

Commit

Permalink
Restore tag processor pointer when getting content
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Dec 14, 2022
1 parent 89a3b32 commit 68d72e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/experimental/html/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function get_content_inside_balanced_tags() {
}

$content = $this->content_inside_bookmarks( $start_name, $end_name );
$this->seek( $start_name );

$this->release_bookmark( $start_name );
$this->release_bookmark( $end_name );
Expand Down

0 comments on commit 68d72e8

Please sign in to comment.