From ce10b4c75cf8e2009294d3f5e16a4ecba3ba0f80 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Fri, 5 Jul 2024 22:21:35 +0000 Subject: [PATCH] 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 --- src/wp-includes/html-api/class-wp-html-processor-state.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/html-api/class-wp-html-processor-state.php b/src/wp-includes/html-api/class-wp-html-processor-state.php index 75ad0a11c591e..ab75041bee3d0 100644 --- a/src/wp-includes/html-api/class-wp-html-processor-state.php +++ b/src/wp-includes/html-api/class-wp-html-processor-state.php @@ -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