Make WordPress Core


Ignore:
Timestamp:
11/03/2011 05:08:12 PM (14 years ago)
Author:
azaozz
Message:

Revert placement of Help and Screen Options to under the admin bar on the right, see #18197, see #18785

File:
1 edited

Legend:

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

    r19128 r19130  
    618618
    619619/**
    620  * Add help link.
    621  *
    622  * @since 3.3.0
    623  */
    624 function wp_admin_bar_help_menu( $wp_admin_bar ) {
    625     $wp_admin_bar->add_menu( array(
    626         'id'    => 'help',
    627         'title' => __('Help'),
    628         'href'  => '#',
    629         'meta'  => array(
    630             'class' => 'screen-meta-toggle hide-if-no-js',
    631         ),
    632     ) );
    633 }
    634 
    635 /**
    636620 * Add search form.
    637621 *
Note: See TracChangeset for help on using the changeset viewer.