Changeset 15324
- Timestamp:
- 06/24/2010 07:51:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r15323 r15324 12 12 $menu_perms = get_site_option( 'menu_items', array() ); 13 13 14 if ( empty( $menu_perms['plugins'] ) || $menu_perms['plugins'] != 1 ) {14 if ( empty( $menu_perms['plugins'] ) ) { 15 15 if ( ! is_super_admin() ) 16 16 wp_die( __( 'Cheatin’ uh?' ) );
Note: See TracChangeset
for help on using the changeset viewer.