Skip to content

Commit b3e070a

Browse files
authored
Apply suggestions from code review
1 parent 38cc041 commit b3e070a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/wp-includes/theme.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3145,7 +3145,11 @@ function _remove_theme_support( $feature ) {
31453145
*
31463146
* @since 2.9.0
31473147
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
3148-
* by adding it to the function signature.
3148+
* @since 2.9.0
3149+
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
3150+
* by adding it to the function signature.
3151+
* @since 7.0.0 HTML5 script support is always enabled.
3152+
31493153
*
31503154
* @global array $_wp_theme_features
31513155
*

0 commit comments

Comments
 (0)