Changeset 45041 for trunk/src/wp-admin/site-health-info.php
- Timestamp:
- 03/27/2019 08:38:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/site-health-info.php
r44986 r45041 35 35 </h1> 36 36 37 <div id="progressbar" class="loading" data-pct="0" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" aria-valuetext="<?php esc_attr_e( 'Site tests are running, please wait a moment.' ); ?>">38 <svg width="100%" height="100%" viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg">37 <div class="site-health-progress loading"> 38 <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"> 39 39 <circle r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 40 40 <circle id="bar" r="90" cx="100" cy="100" fill="transparent" stroke-dasharray="565.48" stroke-dashoffset="0"></circle> 41 41 </svg> 42 <span class="screen-reader-text"><?php _e( 'Current health score:' ); ?></span> 43 <span class="progress-count"></span> 42 44 </div> 43 45 </div>
Note: See TracChangeset
for help on using the changeset viewer.