Ticket #19020: HelpTabDashboardFix.patch
| File HelpTabDashboardFix.patch, 1.3 KB (added by , 14 years ago) |
|---|
-
wp-admin/index.php
62 62 $help_content .= '<p>' . __('<strong>Recent Drafts</strong> - Displays links to the 5 most recent draft posts you’ve started.') . '</p>'; 63 63 $help_content .= '<p>' . __('<strong>WordPress Blog</strong> - Latest news from the official WordPress project.') . '</p>'; 64 64 $help_content .= '<p>' . __('<strong>Other WordPress News</strong> - Shows the <a href="http://planet.wordpress.org" target="_blank">WordPress Planet</a> feed. You can configure it to show a different feed of your choosing.') . '</p>'; 65 $help_content .= '<p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p>'; 65 ( is_multisite() ? '' :$help_content .= '<p>' . __('<strong>Plugins</strong> - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '</p>' ) ; 66 $help_content .= '<p>' . __('<strong>Welcome</strong> - Checking this restores the large box with links for some of the most common tasks when setting up a new site.') . '</p>'; 66 67 67 68 get_current_screen()->add_help_tab( array( 68 69 'id' => 'help-content',