From bfe6bef203522ed7404af355d2d8e7e3f89ef03a Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 10 Jun 2011 22:55:28 +0000 Subject: [PATCH] Remove 'Development.' fixes #15991. git-svn-id: http://svn.automattic.com/wordpress/trunk@18252 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:' ) . '

' .