Make WordPress Core


Ignore:
Timestamp:
05/03/2013 06:22:57 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove fixed navbar. Closes #24184.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/header.php

    r24072 r24169  
    99 * @since Twenty Thirteen 1.0
    1010 */
    11 
    12 /*
    13  * Add class to allow styling for toolbar.
    14  */
    15 $html_class = ( is_admin_bar_showing() ) ? 'wp-toolbar' : '';
    16 
    1711?><!DOCTYPE html>
    1812<!--[if IE 7]>
    19 <html class="ie ie7 <?php echo $html_class; ?>" <?php language_attributes(); ?>>
     13<html class="ie ie7" <?php language_attributes(); ?>>
    2014<![endif]-->
    2115<!--[if IE 8]>
    22 <html class="ie ie8 <?php echo $html_class; ?>" <?php language_attributes(); ?>>
     16<html class="ie ie8" <?php language_attributes(); ?>>
    2317<![endif]-->
    2418<!--[if !(IE 7) | !(IE 8)  ]><!-->
    25 <html class="<?php echo $html_class; ?>" <?php language_attributes(); ?>>
     19<html <?php language_attributes(); ?>>
    2620<!--<![endif]-->
    2721<head>
Note: See TracChangeset for help on using the changeset viewer.