diff --git a/wp-includes/html-api/class-wp-html-processor.php b/wp-includes/html-api/class-wp-html-processor.php index 2bc38b305a..d64574e2a8 100644 --- a/wp-includes/html-api/class-wp-html-processor.php +++ b/wp-includes/html-api/class-wp-html-processor.php @@ -749,7 +749,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor { * WP_HTML_Tag_Processor instead. * * @since 6.5.0 Added for internal support; do not use. - * @since 6.7.1 Refactored so subclasses may extend. + * @since 6.7.2 Refactored so subclasses may extend. * * @return bool Whether a token was parsed. */ @@ -770,7 +770,7 @@ class WP_HTML_Processor extends WP_HTML_Tag_Processor { * this method similarly to how {@see WP_HTML_Tag_Processor::next_token()} * calls the {@see WP_HTML_Tag_Processor::base_class_next_token()} method. * - * @since 6.7.1 Added for internal support. + * @since 6.7.2 Added for internal support. * * @access private * diff --git a/wp-includes/version.php b/wp-includes/version.php index bc1c2e2a6a..6e66bc0d0b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59746'; +$wp_version = '6.8-alpha-59747'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.