Changeset 60965 for trunk/src/wp-content/themes/twentysixteen/functions.php
- Timestamp:
- 10/17/2025 09:03:52 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/functions.php
r60913 r60965 404 404 wp_enqueue_style( 'twentysixteen-block-style', get_template_directory_uri() . '/css/blocks.css', array( 'twentysixteen-style' ), '20240817' ); 405 405 406 // Load the Internet Explorer specific stylesheet. 407 wp_enqueue_style( 'twentysixteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentysixteen-style' ), '20170530' ); 408 wp_style_add_data( 'twentysixteen-ie', 'conditional', 'lt IE 10' ); 409 410 // Load the Internet Explorer 8 specific stylesheet. 411 wp_enqueue_style( 'twentysixteen-ie8', get_template_directory_uri() . '/css/ie8.css', array( 'twentysixteen-style' ), '20170530' ); 412 wp_style_add_data( 'twentysixteen-ie8', 'conditional', 'lt IE 9' ); 413 414 // Load the Internet Explorer 7 specific stylesheet. 415 wp_enqueue_style( 'twentysixteen-ie7', get_template_directory_uri() . '/css/ie7.css', array( 'twentysixteen-style' ), '20170530' ); 416 wp_style_add_data( 'twentysixteen-ie7', 'conditional', 'lt IE 8' ); 417 418 // Load the html5 shiv. 419 wp_enqueue_script( 'twentysixteen-html5', get_template_directory_uri() . '/js/html5.js', array(), '3.7.3' ); 420 wp_script_add_data( 'twentysixteen-html5', 'conditional', 'lt IE 9' ); 421 422 // Skip-link fix is no longer enqueued by default. 406 // Register handles for removed stylesheets and scripts. 407 wp_register_style( 'twentysixteen-ie', false, array( 'twentysixteen-style' ) ); 408 wp_register_style( 'twentysixteen-ie8', false, array( 'twentysixteen-style' ) ); 409 wp_register_style( 'twentysixteen-ie7', false, array( 'twentysixteen-style' ) ); 410 wp_register_script( 'twentysixteen-html5', false ); 423 411 wp_register_script( 'twentysixteen-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20230526', array( 'in_footer' => true ) ); 424 412
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)