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