Skip to content

Commit

Permalink
Update theme stylesheet name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Feb 23, 2023
1 parent 9adb374 commit 15e9490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gutenberg-test-themes/emptyhybrid/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ function emptyhybrid_support() {
*/
function emptyhybrid_scripts() {
// Enqueue theme stylesheet.
wp_enqueue_style( 'emptytheme-style', get_template_directory_uri() . '/style.css', array(), wp_get_theme()->get( 'Version' ) );
wp_enqueue_style( 'emptyhybrid-style', get_template_directory_uri() . '/style.css', array(), wp_get_theme()->get( 'Version' ) );
}
add_action( 'wp_enqueue_scripts', 'emptyhybrid_scripts' );

0 comments on commit 15e9490

Please sign in to comment.