Changeset 24412
- Timestamp:
- 06/06/2013 12:29:07 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/header.php
r24169 r24412 20 20 <!--<![endif]--> 21 21 <head> 22 <meta charset="<?php bloginfo( 'charset' ); ?>" />23 <meta name="viewport" content="width=device-width" />22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 <link rel="profile" href="http://gmpg.org/xfn/11" />26 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />25 <link rel="profile" href="http://gmpg.org/xfn/11"> 26 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 27 27 <!--[if lt IE 9]> 28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> 29 29 <![endif]--> 30 30 <?php wp_head(); ?>
Note: See TracChangeset
for help on using the changeset viewer.