We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c0e3c commit b46df4aCopy full SHA for b46df4a
1 file changed
src/wp-includes/html-api/class-wp-html-processor.php
@@ -939,7 +939,7 @@ private function step_until_tag_is_closed() {
939
foreach ( $this->state->stack_of_open_elements->with_pop_listener( $tag_is_closed ) as $_ ) {
940
// Find where the tag is closed by stepping forward until it's no longer on the stack of open elements.
941
do {
942
- $found_tag = $this->step();
+ $found_tag = $this->step();
943
} while ( $found_tag && $keep_searching );
944
}
945
0 commit comments