Skip to content

Commit 08e1acd

Browse files
committed
Docs: Improve accuracy of wp_enqueue_classic_theme_styles() description.
Developed in WordPress/wordpress-develop#10565 Follow-up to [59980], [54687], [54358]. Props manhphucofficial, wildworks, sabernhardt, iflairwebtechnologies, westonruter. See #61892, #64224. Fixes #64317. Built from https://develop.svn.wordpress.org/trunk@61322 git-svn-id: https://core.svn.wordpress.org/trunk@60634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent bf63c2e commit 08e1acd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3409,7 +3409,7 @@ function wp_enqueue_block_style( $block_name, $args ) {
34093409
}
34103410

34113411
/**
3412-
* Loads classic theme styles on classic themes in the frontend.
3412+
* Loads classic theme styles when the current theme lacks a theme.json file.
34133413
*
34143414
* This is used for backwards compatibility for Button and File blocks specifically.
34153415
*

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61321';
19+
$wp_version = '7.0-alpha-61322';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)