From a2806d3bc0a5af37b99c1fe4da516d38026239ab Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 28 May 2010 03:18:55 +0000 Subject: [PATCH] Use 'WordPress Blog' in the initial blogroll. see [14324]. git-svn-id: https://develop.svn.wordpress.org/trunk@15027 602fd350-edb4-49c9-b593-d223f7449a82 --- 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' => '');