- Timestamp:
- 10/17/2025 09:01:47 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r60519 r60963 351 351 wp_enqueue_style( 'twentyfourteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentyfourteen-style' ), '20250715' ); 352 352 353 // Load the Internet Explorer specific stylesheet. 354 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20140711' ); 355 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 353 // Register the Internet Explorer specific stylesheet. 354 wp_register_style( 'twentyfourteen-ie', false, array( 'twentyfourteen-style' ) ); 356 355 357 356 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)