We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2085e commit d479361Copy full SHA for d479361
src/wp-content/themes/twentytwentyfive/functions.php
@@ -39,10 +39,10 @@ function twentytwentyfive_editor_style() {
39
endif;
40
add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' );
41
42
-// Enqueues style.min.css or style.css on the front.
+// Enqueues the theme stylesheet on the front.
43
if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) :
44
/**
45
- * Enqueues style.min.css or style.css on the front.
+ * Enqueues the theme stylesheet on the front.
46
*
47
* @since Twenty Twenty-Five 1.0
48
0 commit comments