Changeset 18914 for trunk/wp-admin/index.php
- Timestamp:
- 10/07/2011 05:23:33 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r18911 r18914 29 29 30 30 31 add_screen_option( 'overview', '<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 top bar.' ) . '</p>' ); 32 31 33 // Help tabs 32 33 $help_overview = '<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 top bar.') . '</p>';34 35 $current_screen->add_help_tab( array(36 'title' => __('Overview'),37 'content' => $help_overview,38 ) );39 34 40 35 $help_navigation = '<p>' . __('The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.') . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.