From c5755bea94b47f366a9a998fd4367af4e2dd1781 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 31 Jan 2025 02:20:54 +0000 Subject: [PATCH] Documentation: Update `@since` to reflect version this might ship in. When originally committed, this code was targeting 6.7.1. However, it was not backported and included in 6.7.1. Will this be followed up by another version change? You'll need to stay tuned to next week's episode of "As the WordPress Turns" to find out! Follow-up to [59285] and [59364]. See #62270. git-svn-id: https://develop.svn.wordpress.org/trunk@59747 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/html-api/class-wp-html-processor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/html-api/class-wp-html-processor.php b/src/wp-includes/html-api/class-wp-html-processor.php index 2bc38b305a9f2..d64574e2a8db2 100644 --- a/src/wp-includes/html-api/class-wp-html-processor.php +++ b/src/wp-includes/html-api/class-wp-html-processor.php @@ -749,7 +749,7 @@ public function next_tag( $query = null ): bool { * 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 @@ public function next_token(): bool { * 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 *