From 43a718145fae1f40bc91684ace68a4c52cc7cab5 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 28 May 2010 03:18:55 +0000 Subject: [PATCH] Use 'WordPress Blog' in the initial blogroll. see [14324]. git-svn-id: http://svn.automattic.com/wordpress/trunk@15027 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index b6a16d8bf3..d9a29672ba 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -153,7 +153,7 @@ function wp_install_defaults($user_id) { 'link_notes' => ''); $default_links[] = array( 'link_url' => 'http://wordpress.org/development/', - 'link_name' => 'Development Blog', + 'link_name' => 'WordPress Blog', 'link_rss' => 'http://wordpress.org/development/feed/', 'link_notes' => '');