Make WordPress Core


Ignore:
Timestamp:
08/02/2010 05:25:54 PM (14 years ago)
Author:
ryan
Message:

Remove 'plugins page is not visible to normal users' notice. We're just not that into you.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r15483 r15485  
    1515        if ( ! is_super_admin() )
    1616            wp_die( __( 'Cheatin’ uh?' ) );
    17         else
    18             add_action( 'admin_notices', '_admin_notice_multisite_activate_plugins_page' );
    1917    }
    2018}
Note: See TracChangeset for help on using the changeset viewer.