Changeset 57886 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 03/27/2024 07:04:10 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r57800 r57886 431 431 432 432 // Load our main stylesheet. 433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '202 31107' );433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20240402' ); 434 434 435 435 // Theme block stylesheet. 436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '202 30623' );436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240210' ); 437 437 438 438 // Register the Internet Explorer specific stylesheet. … … 485 485 function twentyfifteen_block_editor_styles() { 486 486 // Block styles. 487 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 30623' );487 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240117' ); 488 488 // Add custom fonts. 489 489 $font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.