Changeset 21482 for trunk/wp-content/themes/twentytwelve/header.php
- Timestamp:
- 08/08/2012 06:03:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/header.php
r21405 r21482 10 10 */ 11 11 ?><!DOCTYPE html> 12 <!--[if IE 7 | IE 8]> 13 <html class="ie" <?php language_attributes(); ?>> 14 <![endif]--> 15 <!--[if !(IE 7) | !(IE 8) ]><!--> 12 16 <html <?php language_attributes(); ?>> 17 <!--<![endif]--> 13 18 <head> 14 19 <meta charset="<?php bloginfo( 'charset' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.