Skip to content

Commit

Permalink
Merge pull request WordPress#253 from germanfrelo/patch-1
Browse files Browse the repository at this point in the history
Fix a reference to a non-existent file name

Co-authored-by: germanfrelo <germanfrelo@git.wordpress.org>
Co-authored-by: rejaulalomkhan <rejaulalomkhan@git.wordpress.org>
  • Loading branch information
3 people authored Sep 8, 2024
2 parents ce66d35 + d14e029 commit 9bf4a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ function twentytwentyfive_editor_style() {
add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' );

/**
* Enqueue stylesheet.css on the front.
* Enqueue style.css on the front.
*/
if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) :
/**
* Enqueue stylesheet.css on the front.
* Enqueue style.css on the front.
*
* @since Twenty Twenty-Five 1.0
* @return void
Expand Down

0 comments on commit 9bf4a11

Please sign in to comment.