Accessibility: Remove redundant title attribute from the "Exit Recovery Mode" link.
Fixes #47045. git-svn-id: https://develop.svn.wordpress.org/trunk@45269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
095c0c950c
commit
03f3b316a2
@ -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' ),
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user