Changeset 45071 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 03/29/2019 06:43:09 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-health.php (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r45070 r45071 36 36 ?> 37 37 38 <div class=" wraphealth-check-header">39 <div class=" title-section">38 <div class="health-check-header"> 39 <div class="health-check-title-section"> 40 40 <h1> 41 41 <?php _ex( 'Site Health', 'Menu, Section and Page Title' ); ?> … … 48 48 </svg> 49 49 <span class="screen-reader-text"><?php _e( 'Current health score:' ); ?></span> 50 <span class=" progress-count"></span>50 <span class="site-health-progress-count"></span> 51 51 </div> 52 52 </div> 53 53 54 <nav class=" tabs-wrapper" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">55 <a href="<?php echo esc_url( admin_url( 'site-health.php' ) ); ?>" class=" tab active" aria-current="true">54 <nav class="health-check-tabs-wrapper" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 55 <a href="<?php echo esc_url( admin_url( 'site-health.php' ) ); ?>" class="health-check-tab active" aria-current="true"> 56 56 <?php _e( 'Status' ); ?> 57 57 </a> 58 58 59 <a href="<?php echo esc_url( admin_url( 'site-health.php?tab=debug' ) ); ?>" class=" tab">59 <a href="<?php echo esc_url( admin_url( 'site-health.php?tab=debug' ) ); ?>" class="health-check-tab"> 60 60 <?php _e( 'Info' ); ?> 61 61 </a> … … 65 65 </div> 66 66 67 <div class=" wraphealth-check-body">67 <div class="health-check-body"> 68 68 <div class="site-status-all-clear hide"> 69 69 <p class="icon"> … … 87 87 <p><?php _e( 'The site health check shows critical information about your WordPress configuration and items that require your attention.' ); ?></p> 88 88 89 <div class=" issues-wrapper" id="health-check-issues-critical">89 <div class="site-health-issues-wrapper" id="health-check-issues-critical"> 90 90 <h3> 91 91 <span class="issue-count">0</span> <?php _e( 'Critical issues' ); ?> … … 95 95 </div> 96 96 97 <div class=" issues-wrapper" id="health-check-issues-recommended">97 <div class="site-health-issues-wrapper" id="health-check-issues-recommended"> 98 98 <h3> 99 99 <span class="issue-count">0</span> <?php _e( 'Recommended improvements' ); ?> … … 104 104 </div> 105 105 106 <div class=" view-more">106 <div class="site-health-view-more"> 107 107 <button type="button" class="button site-health-view-passed" aria-expanded="false" aria-controls="health-check-issues-good"> 108 108 <?php _e( 'Passed tests' ); ?> … … 110 110 </div> 111 111 112 <div class=" issues-wrapper hidden" id="health-check-issues-good">112 <div class="site-health-issues-wrapper hidden" id="health-check-issues-good"> 113 113 <h3> 114 114 <span class="issue-count">0</span> <?php _e( 'Items with no issues detected' ); ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)