Ticket #22451: 22451-dashboard.diff
File 22451-dashboard.diff, 2.1 KB (added by , 12 years ago) |
---|
-
wp-admin/index.php
50 50 // Help tabs 51 51 52 52 $help = '<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>'; 53 $help .= '<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>';53 $help .= '<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>'; 54 54 55 55 $screen->add_help_tab( array( 56 56 'id' => 'help-navigation', … … 61 61 $help = '<p>' . __('You can use the following controls to arrange your Dashboard screen to suit your workflow. This is true on most other administration screens as well.') . '</p>'; 62 62 $help .= '<p>' . __('<strong>Screen Options</strong> - Use the Screen Options tab to choose which Dashboard boxes to show, and how many columns to display.') . '</p>'; 63 63 $help .= '<p>' . __('<strong>Drag and Drop</strong> - To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.') . '</p>'; 64 $help .= '<p>' . __('<strong>Box Controls</strong> - Click the title bar of the box to expand or collapse it. In addition, some box have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '</p>';64 $help .= '<p>' . __('<strong>Box Controls</strong> - Click the title bar of the box to expand or collapse it. In addition, some boxes have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '</p>'; 65 65 66 66 $screen->add_help_tab( array( 67 67 'id' => 'help-layout',