- Timestamp:
- 06/22/2023 06:20:19 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r55929 r55982 337 337 wp_enqueue_style( 'twentythirteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentythirteen-style' ), '20230122' ); 338 338 339 // Loads the Internet Explorer specific stylesheet.340 wp_ enqueue_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '20150214' );339 // Registers the Internet Explorer specific stylesheet. 340 wp_register_style( 'twentythirteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentythirteen-style' ), '20150214' ); 341 341 wp_style_add_data( 'twentythirteen-ie', 'conditional', 'lt IE 9' ); 342 342 }
Note: See TracChangeset
for help on using the changeset viewer.