- Timestamp:
- 12/07/2020 08:30:08 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-content/themes/twentyfifteen/functions.php
r49208 r49766 369 369 370 370 // Add Genericons, used in the main stylesheet. 371 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), ' 3.2' );371 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '20201208' ); 372 372 373 373 // Load our main stylesheet. 374 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20 190507' );374 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array(), '20201208' ); 375 375 376 376 // Theme block stylesheet. … … 414 414 function twentyfifteen_block_editor_styles() { 415 415 // Block styles. 416 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20 190102' );416 wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' ); 417 417 // Add custom fonts. 418 418 wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.