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 .


git-svn-id: https://develop.svn.wordpress.org/trunk@59747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Aaron Jorbin 2025-01-31 02:20:54 +00:00
parent 7c6678f2c2
commit c5755bea94

@ -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
*