diff --git a/wp-admin/site-health-info.php b/wp-admin/site-health-info.php
index da4f7a4..e9c362e 100755
|
a
|
b
|
require_once( ABSPATH . 'wp-admin/admin-header.php' ); |
| 76 | 76 | </h2> |
| 77 | 77 | |
| 78 | 78 | <p> |
| 79 | | <?php _e( 'This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Health Status page.' ); ?> |
| | 79 | <?php __( printf( 'This page can show you every detail about the configuration of your WordPress website. If any improvement needed then it will show on the <a href="%s">Site Health Status page</a>.', esc_url( admin_url() . 'site-health.php' ) ) ); ?> |
| 80 | 80 | </p> |
| 81 | 81 | <p> |
| 82 | 82 | <?php _e( 'If you want to export a handy list of all the information on this page, you can use the button below to copy it to the clipboard. You can then paste it in a text file and save it to your harddrive, or paste it in an email exchange with a support engineer or theme/plugin developer for example.' ); ?> |