We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba480a5 commit ff7657fCopy full SHA for ff7657f
src/wp-includes/html-api/class-wp-html-processor.php
@@ -1164,9 +1164,7 @@ public function step( $node_to_process = self::PROCESS_NEXT_NODE ): bool {
1164
if ( self::ERROR_EXCEEDED_MAX_BOOKMARKS === $this->last_error ) {
1165
return false;
1166
}
1167
- /*
1168
- * Rethrow any other exceptions for higher-level handling.
1169
- */
+ // Rethrow any other exceptions for higher-level handling.
1170
throw $e;
1171
1172
0 commit comments