Changeset 13755
- Timestamp:
- 03/18/2010 08:50:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r13750 r13755 11 11 12 12 if ( ! current_user_can( 'activate_plugins' ) ) 13 wp_die( __( 'You do not have sufficient permissions to manage plugins for this blog.' ) );13 wp_die( __( 'You do not have sufficient permissions to manage plugins for this site.' ) ); 14 14 15 15 if ( isset($_POST['clear-recent-list']) )
Note: See TracChangeset
for help on using the changeset viewer.