Changeset 33442
- Timestamp:
- 07/27/2015 01:24:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r33080 r33442 14 14 15 15 if ( ! current_user_can('read') ) 16 wp_die( __( 'You do not have sufficient permissions to viewthis page.' ) );16 wp_die( __( 'You do not have sufficient permissions 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.