mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 06:57:35 +01:00
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:
parent
4ead9880b0
commit
65ab4e7607
@ -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…' ); ?>"></span>
|
||||
<span class="health-check-wp-paths-sizes spinner"></span>
|
||||
<?php
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user