Changeset 37914 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 06/29/2016 03:15:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r37488 r37914 14 14 15 15 if ( ! current_user_can('read') ) 16 wp_die( __( ' You do not have sufficient permissionsto access this page.' ) );16 wp_die( __( 'Sorry, you are not allowed to access this page.' ) ); 17 17 18 18 $action = isset( $_POST['action'] ) ? $_POST['action'] : 'splash';
Note: See TracChangeset
for help on using the changeset viewer.