- 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/twentythirteen/functions.php
r49208 r49766 286 286 287 287 // Loads our main stylesheet. 288 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20 190507' );288 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20201208' ); 289 289 290 290 // Theme block stylesheet. … … 329 329 function twentythirteen_block_editor_styles() { 330 330 // Block styles. 331 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20 190102' );331 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20201208' ); 332 332 // Add custom fonts. 333 333 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.