Accessibility: Remove redundant title attribute from the "Exit Recovery Mode" link.
Fixes #47045. Built from https://develop.svn.wordpress.org/trunk@45269 git-svn-id: http://core.svn.wordpress.org/trunk@45078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3b5307339d
commit
700f891c36
|
@ -1069,9 +1069,6 @@ function wp_admin_bar_recovery_mode_menu( $wp_admin_bar ) {
|
||||||
'id' => 'recovery-mode',
|
'id' => 'recovery-mode',
|
||||||
'title' => __( 'Exit Recovery Mode' ),
|
'title' => __( 'Exit Recovery Mode' ),
|
||||||
'href' => $url,
|
'href' => $url,
|
||||||
'meta' => array(
|
|
||||||
'title' => __( 'Exit Recovery Mode' ),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.2-beta3-45268';
|
$wp_version = '5.2-beta3-45269';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue