mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-28 04:50:15 +00:00
Add "Skip to content" link to all screens in the admin, fixes #21361
git-svn-id: https://develop.svn.wordpress.org/trunk@21305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -361,6 +361,10 @@ $(document).ready( function() {
|
||||
});
|
||||
}
|
||||
|
||||
$('#wpbody-content-shortcut').bind('click.wp-skip-to-content', function(e){
|
||||
$('#wpbody-content').focus();
|
||||
e.preventDefault();
|
||||
});
|
||||
});
|
||||
|
||||
// internal use
|
||||
|
||||
Reference in New Issue
Block a user