- Timestamp:
- 10/15/2025 05:38:25 AM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/functions.php
r60424 r60934 40 40 add_action( 'after_setup_theme', 'twentytwentyfive_editor_style' ); 41 41 42 // Enqueues style.csson the front.42 // Enqueues the theme stylesheet on the front. 43 43 if ( ! function_exists( 'twentytwentyfive_enqueue_styles' ) ) : 44 44 /** 45 * Enqueues style.csson the front.45 * Enqueues the theme stylesheet on the front. 46 46 * 47 47 * @since Twenty Twenty-Five 1.0 … … 50 50 */ 51 51 function twentytwentyfive_enqueue_styles() { 52 $suffix = SCRIPT_DEBUG ? '' : '.min'; 53 $src = 'style' . $suffix . '.css'; 54 52 55 wp_enqueue_style( 53 56 'twentytwentyfive-style', 54 get_parent_theme_file_uri( 'style.css'),57 get_parent_theme_file_uri( $src ), 55 58 array(), 56 59 wp_get_theme()->get( 'Version' )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)