- Timestamp:
- 01/07/2019 06:39:03 PM (6 years ago)
- Location:
- branches/5.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0
-
branches/5.0/src/wp-content/themes/twentythirteen/functions.php
r44213 r44434 257 257 258 258 // Theme block stylesheet. 259 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '2018-1 0-18' );259 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '2018-12-30' ); 260 260 261 261 // Loads the Internet Explorer specific stylesheet. … … 297 297 function twentythirteen_block_editor_styles() { 298 298 // Block styles. 299 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css' );299 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '2018-12-30' ); 300 300 // Add custom fonts. 301 301 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.