- Timestamp:
- 07/27/2023 10:18:04 AM (21 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentyfifteen/functions.php
r55981 r56318 431 431 432 432 // Load our main stylesheet. 433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20230 328' );433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20230808' ); 434 434 435 435 // Theme block stylesheet. 436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230 122' );436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230623' ); 437 437 438 438 // Register the Internet Explorer specific stylesheet. … … 476 476 function twentyfifteen_block_editor_styles() { 477 477 // Block styles. 478 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230 122' );478 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230623' ); 479 479 // Add custom fonts. 480 480 $font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.