Make WordPress Core


Ignore:
Timestamp:
11/24/2011 12:21:39 AM (13 years ago)
Author:
ryan
Message:

Help tabs. Props chexee. see #19020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/index.php

    r19119 r19445  
    3636
    3737$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 &#8220;admin bar&#8221; 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>';
    3939
    4040get_current_screen()->add_help_tab( array(
     
    5050
    5151get_current_screen()->add_help_tab( array(
    52         'id'      => 'help-layout',
     52    'id'      => 'help-layout',
    5353    'title'   => __('Layout'),
    5454    'content' => $help_layout,
     
    6666
    6767get_current_screen()->add_help_tab( array(
    68         'id'      => 'help-content',
     68    'id'      => 'help-content',
    6969    'title'   => __('Content'),
    7070    'content' => $help_content,
Note: See TracChangeset for help on using the changeset viewer.