Skip to content

Commit

Permalink
Update since version in wp_enqueue_classic_theme_styles()
Browse files Browse the repository at this point in the history
  • Loading branch information
sabernhardt authored Jan 17, 2025
1 parent 33fc231 commit c1efa76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,7 @@ function wp_enqueue_block_style( $block_name, $args ) {
*
* @since 6.1.0
* @since 6.2.0 Added File block styles.
* @since 6.7.0 Moved stylesheet registration outside of this function.
* @since 6.8.0 Moved stylesheet registration outside of this function.
*/
function wp_enqueue_classic_theme_styles() {
if ( ! wp_theme_has_theme_json() ) {
Expand Down

0 comments on commit c1efa76

Please sign in to comment.