Changeset 19445 for trunk/wp-admin/index.php
- Timestamp:
- 11/24/2011 12:21:39 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r19119 r19445 36 36 37 37 $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>'; 38 $help_navigation .= '<p>' . __('Links in the “admin bar”at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.') . '</p>';38 $help_navigation .= '<p>' . __('Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.') . '</p>'; 39 39 40 40 get_current_screen()->add_help_tab( array( … … 50 50 51 51 get_current_screen()->add_help_tab( array( 52 52 'id' => 'help-layout', 53 53 'title' => __('Layout'), 54 54 'content' => $help_layout, … … 66 66 67 67 get_current_screen()->add_help_tab( array( 68 68 'id' => 'help-content', 69 69 'title' => __('Content'), 70 70 'content' => $help_content,
Note: See TracChangeset
for help on using the changeset viewer.