Skip to content

Commit d479361

Browse files
b1ink0westonruter
andauthored
Improve documentation
Co-authored-by: Weston Ruter <[email protected]>
1 parent 0e2085e commit d479361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-content/themes/twentytwentyfive/functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ function twentytwentyfive_editor_style() {
3939
endif;
4040
add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' );
4141

42-
// Enqueues style.min.css or style.css on the front.
42+
// Enqueues the theme stylesheet on the front.
4343
if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) :
4444
/**
45-
* Enqueues style.min.css or style.css on the front.
45+
* Enqueues the theme stylesheet on the front.
4646
*
4747
* @since Twenty Twenty-Five 1.0
4848
*

0 commit comments

Comments
 (0)