Changeset 60961 for trunk/src/wp-content/themes/twentytwelve/header.php
- Timestamp:
- 10/17/2025 08:59:33 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/header.php
r60483 r60961 10 10 */ 11 11 ?><!DOCTYPE html> 12 <!--[if IE 7]>13 <html class="ie ie7" <?php language_attributes(); ?>>14 <![endif]-->15 <!--[if IE 8]>16 <html class="ie ie8" <?php language_attributes(); ?>>17 <![endif]-->18 <!--[if !(IE 7) & !(IE 8)]><!-->19 12 <html <?php language_attributes(); ?>> 20 <!--<![endif]-->21 13 <head> 22 14 <meta charset="<?php bloginfo( 'charset' ); ?>" /> … … 25 17 <link rel="profile" href="https://gmpg.org/xfn/11" /> 26 18 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 27 <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>28 <!--[if lt IE 9]>29 <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0" type="text/javascript"></script>30 <![endif]-->31 19 <?php wp_head(); ?> 32 20 </head>
Note: See TracChangeset
for help on using the changeset viewer.