Make WordPress Core


Ignore:
Timestamp:
01/19/2010 06:15:53 PM (16 years ago)
Author:
ryan
Message:

Remove mu_dashboard(). Rely on cap checks to customize dash for multisite.

File:
1 edited

Legend:

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

    r12733 r12765  
    4747
    4848    // WP Plugins Widget
    49     if ( current_user_can( 'activate_plugins' ) )
     49    if ( current_user_can( 'install_plugins' ) )
    5050        wp_add_dashboard_widget( 'dashboard_plugins', __( 'Plugins' ), 'wp_dashboard_plugins' );
    5151
Note: See TracChangeset for help on using the changeset viewer.