Making WordPress.org

Changeset 888


Ignore:
Timestamp:
10/09/2014 05:43:21 PM (11 years ago)
Author:
iandunn
Message:

Plan: Sync changes to parent theme header.

[wordpress 29095] switched from an h3 to a button, and the responsive menu stopped working. The JavaScript was looking for a button, but our outdated child theme template was still using the h3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/plan/header.php

    r133 r888  
    1616<html class="ie ie8" <?php language_attributes(); ?>>
    1717<![endif]-->
    18 <!--[if !(IE 7) | !(IE 8)  ]><!-->
     18<!--[if !(IE 7) & !(IE 8)]><!-->
    1919<html <?php language_attributes(); ?>>
    2020<!--<![endif]-->
     
    4141
    4242        <nav id="site-navigation" class="main-navigation" role="navigation">
    43             <h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
     43            <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
    4444            <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
    4545            <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
Note: See TracChangeset for help on using the changeset viewer.