Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -997,10 +997,14 @@ public function expects_closer( ?WP_HTML_Token $node = null ): ?bool {
}

/**
* Steps through the HTML document and stop at the next tag, if any.
* For internal usage. Use {@see WP_HTML_Processor::next_tag()} or {@see WP_HTML_Processor::next_token()}.
Comment thread
sirreal marked this conversation as resolved.
*
* Steps through the HTML document and stop at the next node, if any.
*
* @since 6.4.0
*
* @access private
*
* @throws Exception When unable to allocate a bookmark for the next token in the input HTML document.
*
* @see self::PROCESS_NEXT_NODE
Expand Down
Loading