Changeset 46106 for trunk/src/wp-admin/site-health-info.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-info.php
r45932 r46106 35 35 <?php _e( 'Site Health' ); ?> 36 36 </h1> 37 </div> 37 38 38 <div class="site-health-progress hide-if-no-js loading"> 39 <div class="health-check-title-section site-health-progress-wrapper loading hide-if-no-js"> 40 <div class="site-health-progress"> 39 41 <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"> 40 42 <circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 41 43 <circle id="bar" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 42 44 </svg> 43 <span class="screen-reader-text"><?php _e( 'Current health score:' ); ?></span> 44 <span class="site-health-progress-count"></span> 45 </div> 46 <div class="site-health-progress-label"> 47 <?php _e( 'Results are still loading…' ); ?> 45 48 </div> 46 49 </div>
Note: See TracChangeset
for help on using the changeset viewer.