Changeset 55982 for trunk/src/wp-content/themes/twentythirteen/header.php
- Timestamp:
- 06/22/2023 06:20:19 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/header.php
r55276 r55982 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 <!--[if lt IE 9]>28 <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0"></script>29 <![endif]-->30 19 <?php wp_head(); ?> 31 20 </head>
Note: See TracChangeset
for help on using the changeset viewer.