mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 21:00:59 +01:00
HTML API: Fix wrong @since tag.
When the remaining insertion modes were stubbed in the HTML Processor, a `@since` tag was mistakenly copied with 6.4.0 instead of 6.7.0. This patch fixes the invalid tag. Discussed in https://core.trac.wordpress.org/ticket/61576 Follow-up to [58679]. Props tobiasbg. See #61576. Built from https://develop.svn.wordpress.org/trunk@58680 git-svn-id: http://core.svn.wordpress.org/trunk@58082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e1c3eab4ce
commit
2bcd388bf9
@ -50,7 +50,7 @@ class WP_HTML_Processor_State {
|
||||
/**
|
||||
* Before HTML insertion mode for full HTML parser.
|
||||
*
|
||||
* @since 6.4.0
|
||||
* @since 6.7.0
|
||||
*
|
||||
* @see https://html.spec.whatwg.org/#the-before-html-insertion-mode
|
||||
* @see WP_HTML_Processor_State::$insertion_mode
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.7-alpha-58679';
|
||||
$wp_version = '6.7-alpha-58680';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user