Changeset 45050 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 03/28/2019 03:10:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r45049 r45050 16 16 17 17 if ( ! current_user_can( 'install_plugins' ) ) { 18 wp_die( __( 'Sorry, you do not have permission to access site health information.' ), '', array( 'reponse' => 401 ));18 wp_die( __( 'Sorry, you are not allowed to access site health information.' ), '', 403 ); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.