Changeset 38899 for trunk/src/wp-admin/index.php
- Timestamp:
- 10/25/2016 03:14:31 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r38725 r38899 34 34 $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>'; 35 35 36 // Not using chaining here, so as to be parseable by PHP4.37 36 $screen = get_current_screen(); 38 37
Note: See TracChangeset
for help on using the changeset viewer.