Skip to content

Commit cac84ac

Browse files
committed
Dont' break, continue
1 parent 69d2bb4 commit cac84ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/experimental/html/class-wp-html-tag-processor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ private function apply_lexical_updates() {
13401340

13411341
// Did we end up invalidating the bookmark?
13421342
if ( ! isset( $this->bookmarks[ $bookmark_name ] ) ) {
1343-
break;
1343+
continue;
13441344
}
13451345

13461346
$bookmark->start += $head_delta;

0 commit comments

Comments
 (0)