Changeset 37680 for trunk/src/wp-admin/index.php
- Timestamp:
- 06/10/2016 09:42:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r37553 r37680 30 30 $parent_file = 'index.php'; 31 31 32 $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>';32 $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>'; 33 33 34 34 // Not using chaining here, so as to be parseable by PHP4.
Note: See TracChangeset
for help on using the changeset viewer.