- Timestamp:
- 07/27/2023 10:18:04 AM (17 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentyfourteen/functions.php
r55929 r56318 346 346 347 347 // Load our main stylesheet. 348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20230 328' );348 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20230808' ); 349 349 350 350 // Theme block stylesheet. 351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230 206' );351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230630' ); 352 352 353 353 // Load the Internet Explorer specific stylesheet. … … 427 427 function twentyfourteen_block_editor_styles() { 428 428 // Block styles. 429 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230 206' );429 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230623' ); 430 430 // Add custom fonts. 431 431 $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.