Changeset 14989 for trunk/wp-admin/index.php
- Timestamp:
- 05/27/2010 11:52:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r14842 r14989 25 25 $parent_file = 'index.php'; 26 26 27 add_contextual_help($current_screen, '<p>' . __('The left-hand navigation menu provides links to the administration screens in your WordPress application. You can expand or collapse navigation sections by clicking on the arrow that appears on the right side of each navigation item when you hover over it. You can also minimize the navigation menu to a narrow icon strip by clicking on the separator lines between navigation sections that end in double arrowheads; when minimized, the submenu items will be displayed on hover.') . '</p>' . 27 add_contextual_help($current_screen, 28 '<p>' . __('The left-hand navigation menu provides links to the administration screens in your WordPress application. You can expand or collapse navigation sections by clicking on the arrow that appears on the right side of each navigation item when you hover over it. You can also minimize the navigation menu to a narrow icon strip by clicking on the separator lines between navigation sections that end in double arrowheads; when minimized, the submenu items will be displayed on hover.') . '</p>' . 28 29 '<p>' . __('You can configure your dashboard by choosing which modules to display, how many columns to display them in, and where each module should be placed. You can hide/show modules and select the number of columns in the Screen Options tab. To rearrange the modules, drag and drop by clicking on the title bar of the selected module and releasing when you see a gray dotted-line box appear in the location you want to place the module. You can also expand or collapse each module by clicking once on the the module’s title bar. In addition, some modules are configurable, and will show a “Configure” link in the title bar when you hover over it.') . '</p>' . 29 30 '<p>' . __('The modules on your Dashboard screen are:') . '</p>' . … … 35 36 '<p>' . __('<strong>Other WordPress News</strong> - Shows the feed from http://planet.wordpress.org. You can configure it to show a different feed of your choosing.') . '</p>' . 36 37 '<p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org plugin repository.') . '</p>' . 37 '<p>' . __('<strong>For more information:</strong>') . '</p>' . 38 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel">Codex - Dashboard</a>') . '</p>' 38 '<p><strong>' . __('For more information:') . '</strong></p>' . 39 '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_SubPanel">Dashboard Documentation</a>') . '</p>' . 40 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 39 41 ); 40 42
Note: See TracChangeset
for help on using the changeset viewer.