Changeset 16776 for trunk/wp-admin/plugins.php
- Timestamp:
- 12/07/2010 09:06:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r16757 r16776 10 10 require_once('./admin.php'); 11 11 12 if ( !current_user_can('activate_plugins') ) 13 wp_die( __( 'You do not have sufficient permissions to manage plugins for this site.' ) ); 14 12 15 $wp_list_table = get_list_table('WP_Plugins_List_Table'); 13 16 $wp_list_table->check_permissions();
Note: See TracChangeset
for help on using the changeset viewer.