Changeset 56315 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 07/26/2023 10:07:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r55981 r56315 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.