mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Accessibility: Help text improvements.
Avoid references to "visual" positions in favour of positions in the document structure. The help text shouldn't assume users can see. Also, in the Posts screen don't mention specific types of posts and use a more generic text instead. Props odysseygate, pansotdev, zakb8. Fixes #34761. git-svn-id: https://develop.svn.wordpress.org/trunk@37680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -29,7 +29,7 @@ if ( wp_is_mobile() )
|
||||
$title = __('Dashboard');
|
||||
$parent_file = 'index.php';
|
||||
|
||||
$help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '</p>';
|
||||
$help = '<p>' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab above the screen title.' ) . '</p>';
|
||||
|
||||
// Not using chaining here, so as to be parseable by PHP4.
|
||||
$screen = get_current_screen();
|
||||
|
||||
Reference in New Issue
Block a user