- Timestamp:
- 07/15/2024 01:57:11 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r57886 r58718 346 346 347 347 // Load our main stylesheet. 348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240 402' );348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20240716' ); 349 349 350 350 // Theme block stylesheet. 351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '202 30630' );351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20240613' ); 352 352 353 353 // Load the Internet Explorer specific stylesheet. … … 445 445 function twentyfourteen_block_editor_styles() { 446 446 // Block styles. 447 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 30623' );447 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240613' ); 448 448 // Add custom fonts. 449 449 $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.