Changeset 45791 for trunk/src/wp-admin/site-health-info.php
- Timestamp:
- 08/13/2019 11:34:53 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-health-info.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health-info.php
r45648 r45791 83 83 84 84 <p> 85 <?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.' ); ?> 85 <?php 86 /* translators: %s: URL to Site Health Status page */ 87 printf( __( 'This page can show you every detail about the configuration of your WordPress website. For any improvements that could be made, see the <a href="%s">Site Health Status</a> page.' ), esc_url( admin_url( 'site-health.php' ) ) ); 88 ?> 86 89 </p> 87 90 <p>
Note: See TracChangeset
for help on using the changeset viewer.