Changeset 59344 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 11/04/2024 11:57:55 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r59244 r59344 431 431 432 432 // Load our main stylesheet. 433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '2024 0716' );433 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20241112' ); 434 434 435 435 // Theme block stylesheet. 436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240 609' );436 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20240715' ); 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(), '20240 609' );487 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20240720' ); 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.