Changeset 24169 for trunk/wp-content/themes/twentythirteen/header.php
- Timestamp:
- 05/03/2013 06:22:57 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentythirteen/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/header.php
r24072 r24169 9 9 * @since Twenty Thirteen 1.0 10 10 */ 11 12 /*13 * Add class to allow styling for toolbar.14 */15 $html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : '';16 17 11 ?><!DOCTYPE html> 18 12 <!--[if IE 7]> 19 <html class="ie ie7 <?php echo $html_class; ?>" <?php language_attributes(); ?>>13 <html class="ie ie7" <?php language_attributes(); ?>> 20 14 <![endif]--> 21 15 <!--[if IE 8]> 22 <html class="ie ie8 <?php echo $html_class; ?>" <?php language_attributes(); ?>>16 <html class="ie ie8" <?php language_attributes(); ?>> 23 17 <![endif]--> 24 18 <!--[if !(IE 7) | !(IE 8) ]><!--> 25 <html class="<?php echo $html_class; ?>"<?php language_attributes(); ?>>19 <html <?php language_attributes(); ?>> 26 20 <!--<![endif]--> 27 21 <head>
Note: See TracChangeset
for help on using the changeset viewer.