Changeset 45932 for trunk/src/wp-admin/site-health-info.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health-info.php
r45791 r45932 49 49 <a href="<?php echo esc_url( admin_url( 'site-health.php' ) ); ?>" class="health-check-tab"> 50 50 <?php 51 /* translators: tab heading for Site Health Status page*/51 /* translators: Tab heading for Site Health Status page. */ 52 52 _ex( 'Status', 'Site Health' ); 53 53 ?> … … 56 56 <a href="<?php echo esc_url( admin_url( 'site-health.php?tab=debug' ) ); ?>" class="health-check-tab active" aria-current="true"> 57 57 <?php 58 /* translators: tab heading for Site Health Info page*/58 /* translators: Tab heading for Site Health Info page. */ 59 59 _ex( 'Info', 'Site Health' ); 60 60 ?> … … 84 84 <p> 85 85 <?php 86 /* translators: %s: URL to Site Health Status page */86 /* translators: %s: URL to Site Health Status page. */ 87 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 88 ?>
Note: See TracChangeset
for help on using the changeset viewer.