We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cc041 commit b3e070aCopy full SHA for b3e070a
1 file changed
src/wp-includes/theme.php
@@ -3145,7 +3145,11 @@ function _remove_theme_support( $feature ) {
3145
*
3146
* @since 2.9.0
3147
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
3148
- * by adding it to the function signature.
+* @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
+
3153
3154
* @global array $_wp_theme_features
3155
0 commit comments