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

Amends [45176].
See #46707.

Built from https://develop.svn.wordpress.org/trunk@45228


git-svn-id: http://core.svn.wordpress.org/trunk@45037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-04-17 10:09:52 +00:00
parent 4ead9880b0
commit 65ab4e7607
2 changed files with 2 additions and 2 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
}

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta3-45227';
$wp_version = '5.2-beta3-45228';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.