Skip to content

Commit c7d1827

Browse files
committed
Update since tags 🤞
1 parent ea03441 commit c7d1827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,7 +3948,7 @@ static function ( $tag_match ) {
39483948
*
39493949
* @see https://html.spec.whatwg.org/multipage/scripting.html#prepare-the-script-element
39503950
*
3951-
* @since {WP_VERSION}
3951+
* @since 7.0.0
39523952
*
39533953
* @return bool True if the script tag will be evaluated as JavaScript.
39543954
*/
@@ -4059,7 +4059,7 @@ public function is_javascript_script_tag(): bool {
40594059
/**
40604060
* Indicates if the currently matched tag is a JSON script tag.
40614061
*
4062-
* @since {WP_VERSION}
4062+
* @since 7.0.0
40634063
*
40644064
* @return bool True if the script tag should be treated as JSON.
40654065
*/

0 commit comments

Comments
 (0)