- Timestamp:
- 08/08/2019 01:24:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r45721 r45767 283 283 284 284 // Loads our main stylesheet. 285 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '201 3-07-18' );285 wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '20190507' ); 286 286 287 287 // Theme block stylesheet. 288 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '201 8-12-30' );288 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20190102' ); 289 289 290 290 // Loads the Internet Explorer specific stylesheet. 291 wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '201 3-07-18' );291 wp_enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '20150214' ); 292 292 wp_style_add_data( 'twentythirteen-ie', 'conditional', 'lt IE 9' ); 293 293 } … … 326 326 function twentythirteen_block_editor_styles() { 327 327 // Block styles. 328 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '201 8-12-30' );328 wp_enqueue_style( 'twentythirteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20190102' ); 329 329 // Add custom fonts. 330 330 wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
Note: See TracChangeset
for help on using the changeset viewer.