Changeset 46106 for trunk/src/wp-admin/site-health.php
- Timestamp:
- 09/14/2019 02:28:47 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health.php
r45932 r46106 40 40 <?php _e( 'Site Health' ); ?> 41 41 </h1> 42 </div> 42 43 43 <div class="site-health-progress hide-if-no-js loading"> 44 <div class="health-check-title-section site-health-progress-wrapper loading hide-if-no-js"> 45 <div class="site-health-progress"> 44 46 <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"> 45 47 <circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 46 48 <circle id="bar" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 47 49 </svg> 48 <span class="screen-reader-text"><?php _e( 'Current health score:' ); ?></span> 49 <span class="site-health-progress-count"></span> 50 </div> 51 <div class="site-health-progress-label"> 52 <?php _e( 'Results are still loading…' ); ?> 50 53 </div> 51 54 </div>
Note: See TracChangeset
for help on using the changeset viewer.