We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e019e commit 6698cd9Copy full SHA for 6698cd9
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