Site Health: Remove title attribute from the directory sizes spinner.

Amends [45176].
See #46707.


git-svn-id: https://develop.svn.wordpress.org/trunk@45228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-04-17 10:08:06 +00:00
parent 715a65c561
commit 2bf547ff53
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
if ( 'wp-paths-sizes' === $section ) {
?>
<span class="health-check-wp-paths-sizes spinner" title="<?php esc_attr_e( 'Calculating directory sizes. This may take a while&hellip;' ); ?>"></span>
<span class="health-check-wp-paths-sizes spinner"></span>
<?php
}