diff --git a/wp-admin/index.php b/wp-admin/index.php index a44ad416f..854c662fb 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -35,7 +35,7 @@ add_contextual_help($current_screen, '

' . __('Incoming Links - Shows links to your site found by Google Blog Search.') . '

' . '

' . __('QuickPress - Allows you to create a new post and either publish it or save it as a draft.') . '

' . '

' . __('Recent Drafts - Displays links to the 5 most recent draft posts you’ve started.') . '

' . - '

' . sprintf(__('Other WordPress News - Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.'), 'http://planet.wordpress.org') . '

' . + '

' . __('Other WordPress News - Shows the feed from WordPress Planet. You can configure it to show a different feed of your choosing.') . '

' . '

' . __('Plugins - Features the most popular, newest, and recently updated plugins from the WordPress.org Plugin Directory.') . '

' . '

' . __('For more information:') . '

' . '

' . __('Dashboard Documentation') . '

' .