Changeset 17718
- Timestamp:
- 04/26/2011 06:54:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/header.php
r17714 r17718 5 5 */ 6 6 ?><!DOCTYPE html> 7 <!--[if IE 6]> 8 <html id="ie6" <?php language_attributes(); ?>> 9 <![endif]--> 7 10 <!--[if IE 7]> 8 11 <html id="ie7" <?php language_attributes(); ?>> 9 12 <![endif]--> 10 <!--[if !IE 7]><!--> 13 <!--[if IE 8]> 14 <html id="ie8" <?php language_attributes(); ?>> 15 <![endif]--> 16 <!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!--> 11 17 <html <?php language_attributes(); ?>> 12 18 <!--<![endif]-->
Note: See TracChangeset
for help on using the changeset viewer.