mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Help/About: Improve the Welcome text in wp-admin/_index.php.
Improves the `Welcome to your WordPress Dashboard!` copy in the `Overview` section of the help tab. Follow-up to [18914], [19007], [37680]. Props webcommsat, marybaum, costdev, audrasjb. Fixes #54321. git-svn-id: https://develop.svn.wordpress.org/trunk@51995 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4e02784e4e
commit
88835bea75
3
src/wp-admin/_index.php
Normal file → Executable file
3
src/wp-admin/_index.php
Normal file → Executable file
@ -33,7 +33,8 @@ 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 above the screen title.' ) . '</p>';
|
||||
$help = '<p>' . __( 'Welcome to your WordPress Dashboard!' ) . '</p>';
|
||||
$help .= '<p>' . __( 'The Dashboard is the first place you will come to every time you log into your site. It is where you will find all your WordPress tools. If you need help, just click the "Help" tab above the screen title.' ) . '</p>';
|
||||
|
||||
$screen = get_current_screen();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user