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:
parent
715a65c561
commit
2bf547ff53
@ -119,7 +119,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
|
|
||||||
if ( 'wp-paths-sizes' === $section ) {
|
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…' ); ?>"></span>
|
<span class="health-check-wp-paths-sizes spinner"></span>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user