Make WordPress Core


Ignore:
Timestamp:
11/03/2011 05:08:12 PM (13 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/class-wp-admin-bar.php

    r19120 r19130  
    202202        add_action( 'admin_bar_menu', 'wp_admin_bar_shortlink_menu', 90 );
    203203
    204         if ( ! is_admin() ) {
     204        if ( ! is_admin() )
    205205            add_action( 'admin_bar_menu', 'wp_admin_bar_search_menu', 100 );
    206         } else {
    207             add_action( 'admin_bar_menu', 'wp_admin_bar_help_menu', 90 );
    208         }
    209206
    210207        do_action( 'add_admin_bar_menus' );
Note: See TracChangeset for help on using the changeset viewer.