Skip to content

Commit ce10b4c

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@58680 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6763e5d commit ce10b4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/html-api/class-wp-html-processor-state.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class WP_HTML_Processor_State {
5050
/**
5151
* Before HTML insertion mode for full HTML parser.
5252
*
53-
* @since 6.4.0
53+
* @since 6.7.0
5454
*
5555
* @see https://html.spec.whatwg.org/#the-before-html-insertion-mode
5656
* @see WP_HTML_Processor_State::$insertion_mode

0 commit comments

Comments
 (0)