- Timestamp:
- 03/07/2023 04:25:27 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r55472 r55476 339 339 340 340 // Load our main stylesheet. 341 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '202 21101' );341 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array(), '20230328' ); 342 342 343 343 // Theme block stylesheet. 344 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '202 10622' );344 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20230206' ); 345 345 346 346 // Load the Internet Explorer specific stylesheet. … … 420 420 function twentyfourteen_block_editor_styles() { 421 421 // Block styles. 422 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '202 10216' );422 wp_enqueue_style( 'twentyfourteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20230206' ); 423 423 // Add custom fonts. 424 424 $font_version = ( 0 === strpos( (string) twentyfourteen_font_url(), get_template_directory_uri() . '/' ) ) ? '20230328' : null;
Note: See TracChangeset
for help on using the changeset viewer.