Make WordPress Core


Ignore:
Timestamp:
06/10/2011 11:01:45 PM (15 years ago)
Author:
ryan
Message:

Bring out the pinking shears.

File:
1 edited

Legend:

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

    r18233 r18254  
    101101function wp_admin_bar_dashboard_view_site_menu( $wp_admin_bar ) {
    102102    $user_id = get_current_user_id();
    103    
     103
    104104    if ( 0 != $user_id ) {
    105105        if ( is_admin() )
     
    260260    if ( ! is_multisite() && current_user_can( 'install_plugins' ) )
    261261        $actions[ 'plugin-install.php' ] = array( _x( 'Plugin', 'add new from admin bar' ), 'install_plugins', 'new-plugin' );
    262            
     262
    263263    if ( empty( $actions ) )
    264264        return;
Note: See TracChangeset for help on using the changeset viewer.