Skip to content

Commit 68134e2

Browse files
committed
Docs: Add @since to wp_enqueue_classic_theme_styles() docblock.
Follow-up to [54358]. Props kebbet. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54359 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 81d5f40 commit 68134e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wp-includes/script-loader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3645,6 +3645,8 @@ function _wp_theme_json_webfonts_handler() {
36453645
* Loads classic theme styles on classic themes.
36463646
*
36473647
* This is needed for backwards compatibility for button blocks specifically.
3648+
*
3649+
* @since 6.1.0
36483650
*/
36493651
function wp_enqueue_classic_theme_styles() {
36503652
if ( ! wp_is_block_theme() ) {

0 commit comments

Comments
 (0)