Changeset 45076 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 03/30/2019 03:37:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/site-health.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r45071 r45076 35 35 require_once( ABSPATH . 'wp-admin/admin-header.php' ); 36 36 ?> 37 38 37 <div class="health-check-header"> 39 38 <div class="health-check-title-section"> … … 42 41 </h1> 43 42 44 <div class="site-health-progress loading">43 <div class="site-health-progress hide-if-no-js loading"> 45 44 <svg role="img" aria-hidden="true" focusable="false" width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg"> 46 45 <circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> … … 52 51 </div> 53 52 54 <nav class="health-check-tabs-wrapper " aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">53 <nav class="health-check-tabs-wrapper hide-if-no-js" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>"> 55 54 <a href="<?php echo esc_url( admin_url( 'site-health.php' ) ); ?>" class="health-check-tab active" aria-current="true"> 56 55 <?php _e( 'Status' ); ?> … … 61 60 </a> 62 61 </nav> 63 64 <div class="wp-clearfix"></div>65 62 </div> 66 63 67 <div class="health-check-body"> 64 <div class="notice notice-error hide-if-js"> 65 <p><?php _e( 'The Site Health check requires JavaScript.' ); ?></p> 66 </div> 67 68 <div class="health-check-body hide-if-no-js"> 68 69 <div class="site-status-all-clear hide"> 69 70 <p class="icon">
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)