Changeset 37914 for trunk/src/wp-admin/network/site-themes.php
- Timestamp:
- 06/29/2016 03:15:40 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/site-themes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-themes.php
r37466 r37914 15 15 16 16 if ( ! current_user_can( 'manage_sites' ) ) 17 wp_die( __( ' You do not have sufficient permissionsto manage themes for this site.' ) );17 wp_die( __( 'Sorry, you are not allowed to manage themes for this site.' ) ); 18 18 19 19 get_current_screen()->add_help_tab( array( … … 68 68 69 69 if ( !can_edit_network( $details->site_id ) ) 70 wp_die( __( ' You do not have permissionto access this page.' ), 403 );70 wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); 71 71 72 72 $is_main_site = is_main_site( $id );
Note: See TracChangeset
for help on using the changeset viewer.