- Timestamp:
- 07/15/2024 01:57:11 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r58237 r58718 453 453 454 454 // Theme stylesheet. 455 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20240 402' );455 wp_enqueue_style( 'twentyseventeen-style', get_stylesheet_uri(), array(), '20240716' ); 456 456 457 457 // Theme block stylesheet. 458 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '202 20912' );458 wp_enqueue_style( 'twentyseventeen-block-style', get_theme_file_uri( '/assets/css/blocks.css' ), array( 'twentyseventeen-style' ), '20240624' ); 459 459 460 460 // Load the dark colorscheme. 461 461 if ( 'dark' === get_theme_mod( 'colorscheme', 'light' ) || is_customize_preview() ) { 462 wp_enqueue_style( 'twentyseventeen-colors-dark', get_theme_file_uri( '/assets/css/colors-dark.css' ), array( 'twentyseventeen-style' ), '20 191025' );462 wp_enqueue_style( 'twentyseventeen-colors-dark', get_theme_file_uri( '/assets/css/colors-dark.css' ), array( 'twentyseventeen-style' ), '20240412' ); 463 463 } 464 464 … … 542 542 function twentyseventeen_block_editor_styles() { 543 543 // Block styles. 544 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '202 30614' );544 wp_enqueue_style( 'twentyseventeen-block-editor-style', get_theme_file_uri( '/assets/css/editor-blocks.css' ), array(), '20240624' ); 545 545 // Add custom fonts. 546 546 $font_version = ( 0 === strpos( (string) twentyseventeen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.