Make WordPress Core


Ignore:
Timestamp:
11/26/2013 08:56:11 AM (12 years ago)
Author:
azaozz
Message:

Clean up the sticky menu and responsive tweaks JS:

  • More descriptive names.
  • Share cached jQuery elements.
  • Fix re-enabling of touch events on the admin menu.
  • Fix disabling/enabling of UI Sortable.

Props tollmanz, props sanchothefat, see #26086, fixes #26088.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r26134 r26402  
    166166    if ( is_admin() ) {
    167167        $wp_admin_bar->add_menu( array(
    168             'id'    => 'toggle-button',
     168            'id'    => 'menu-toggle',
    169169            'title' => '<span class="ab-icon"></span>',
    170170            'href'  => '#',
Note: See TracChangeset for help on using the changeset viewer.