Skip to content

Commit ff7657f

Browse files
sirrealwestonruter
andauthored
Use single-line comment
Co-authored-by: Weston Ruter <[email protected]>
1 parent ba480a5 commit ff7657f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,9 +1164,7 @@ public function step( $node_to_process = self::PROCESS_NEXT_NODE ): bool {
11641164
if ( self::ERROR_EXCEEDED_MAX_BOOKMARKS === $this->last_error ) {
11651165
return false;
11661166
}
1167-
/*
1168-
* Rethrow any other exceptions for higher-level handling.
1169-
*/
1167+
// Rethrow any other exceptions for higher-level handling.
11701168
throw $e;
11711169
}
11721170
}

0 commit comments

Comments
 (0)