Changeset 55476 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 03/07/2023 04:25:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r55413 r55476 423 423 424 424 // Load our main stylesheet. 425 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '202 21101' );425 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20230328' ); 426 426 427 427 // Theme block stylesheet. 428 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '202 20914' );428 wp_enqueue_style( 'twentyfifteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfifteen-style' ), '20230122' ); 429 429 430 430 // Load the Internet Explorer specific stylesheet. … … 467 467 function twentyfifteen_block_editor_styles() { 468 468 // Block styles. 469 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 20908' );469 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230122' ); 470 470 // Add custom fonts. 471 471 $font_version = ( 0 === strpos( (string) twentyfifteen_fonts_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.