Changeset 37914 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 06/29/2016 03:15:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r37714 r37914 15 15 16 16 if ( !current_user_can('manage_network_themes') ) 17 wp_die( __( ' You do not have sufficient permissionsto manage network themes.' ) );17 wp_die( __( 'Sorry, you are not allowed to manage network themes.' ) ); 18 18 19 19 $wp_list_table = _get_list_table('WP_MS_Themes_List_Table'); … … 91 91 case 'delete-selected': 92 92 if ( ! current_user_can( 'delete_themes' ) ) { 93 wp_die( __(' You do not have sufficient permissionsto delete themes for this site.') );93 wp_die( __('Sorry, you are not allowed to delete themes for this site.') ); 94 94 } 95 95
Note: See TracChangeset
for help on using the changeset viewer.