Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #698 from WordPress/stylesheet
Browse files Browse the repository at this point in the history
Specify stylesheet parameter
  • Loading branch information
MaggieCabrera authored Oct 26, 2023
2 parents d6f5e7a + 683510b commit 6c27746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function twentytwentyfour_block_styles() {
array(
'handle' => 'twentytwentyfour-button-style-outline',
'src' => get_theme_file_uri( 'assets/css/button-outline.css' ),
'ver' => wp_get_theme()->get( 'Version' ),
'ver' => wp_get_theme( 'twentytwentyfour' )->get( 'Version' ),
'path' => get_theme_file_path( 'assets/css/button-outline.css' ),
)
);
Expand Down

0 comments on commit 6c27746

Please sign in to comment.