Changeset 51995
- Timestamp:
- 11/02/2021 10:53:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/_index.php
-
Property
svn:executable
set to
*
r51991 r51995 34 34 $parent_file = 'index.php'; 35 35 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>'; 37 38 38 39 $screen = get_current_screen(); -
Property
svn:executable
set to
Note: See TracChangeset
for help on using the changeset viewer.