diff --git a/wp-includes/html-api/class-wp-html-processor.php b/wp-includes/html-api/class-wp-html-processor.php index f9a449c3c6..56e6ba6180 100644 --- a/wp-includes/html-api/class-wp-html-processor.php +++ b/wp-includes/html-api/class-wp-html-processor.php @@ -149,10 +149,11 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor { * so this class constant from the Tag Processor is overwritten. * * @since 6.4.0 + * @since 7.0.0 Increased from 100 to 10,000 * * @var int */ - const MAX_BOOKMARKS = 100; + const MAX_BOOKMARKS = 10_000; /** * Holds the working state of the parser, including the stack of diff --git a/wp-includes/version.php b/wp-includes/version.php index a315c53c95..3795c5c11c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta2-61755'; +$wp_version = '7.0-beta2-61756'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.