mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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. Built from https://develop.svn.wordpress.org/trunk@59747 git-svn-id: http://core.svn.wordpress.org/trunk@59089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2b1dffc900
commit
4be161e473
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user