Changeset 37914 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r37714 r37914 16 16 17 17 if ( ! current_user_can('install_plugins') ) 18 wp_die(__(' You do not have sufficient permissionsto install plugins on this site.'));18 wp_die(__('Sorry, you are not allowed to install plugins on this site.')); 19 19 20 20 if ( is_multisite() && ! is_network_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.