diff --git a/wp-admin/index.php b/wp-admin/index.php index 062e748b6..35b041de6 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -41,7 +41,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.' ) . '

' . - '

' . __( 'WordPress Development Blog - Come here for the latest scoop.' ) . '

' . + '

' . __( 'WordPress Blog - Come here for the latest scoop.' ) . '

' . '

' . __( '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:' ) . '

' .