Changeset 45507 for trunk/src/wp-admin/site-health-info.php
- Timestamp:
- 06/10/2019 07:41:12 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health-info.php
r45259 r45507 12 12 $title = __( 'Site Health Info' ); 13 13 14 if ( ! current_user_can( ' install_plugins' ) ) {14 if ( ! current_user_can( 'view_site_health_checks' ) ) { 15 15 wp_die( __( 'Sorry, you are not allowed to access the debug data.' ), '', 403 ); 16 16 }
Note: See TracChangeset
for help on using the changeset viewer.