Skip to content
Closed
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion src/wp-includes/html-api/class-wp-html-processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor {
*
* @var int
*/
const MAX_BOOKMARKS = 100;
const MAX_BOOKMARKS = 10_000;
Comment thread
sirreal marked this conversation as resolved.

/**
* Holds the working state of the parser, including the stack of
Expand Down
Loading