Make WordPress Core

Changeset 51995


Ignore:
Timestamp:
11/02/2021 10:53:54 PM (3 years ago)
Author:
hellofromTonya
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/_index.php

    • Property svn:executable set to *
    r51991 r51995  
    3434$parent_file = 'index.php';
    3535
    36 $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>';
     36$help  = '<p>' . __( 'Welcome to your WordPress Dashboard!' ) . '</p>';
     37$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>';
    3738
    3839$screen = get_current_screen();
Note: See TracChangeset for help on using the changeset viewer.