From 0734c33eb07ba4b1cba705a059177866a1f58b0d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 22 Jul 2010 13:45:43 +0000 Subject: [PATCH] Update wordpress.org blog url git-svn-id: https://develop.svn.wordpress.org/trunk@15457 602fd350-edb4-49c9-b593-d223f7449a82 --- readme.html | 2 +- wp-admin/includes/dashboard.php | 4 ++-- wp-admin/includes/upgrade.php | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.html b/readme.html index 9b731ae41c..5bf47489c6 100644 --- a/readme.html +++ b/readme.html @@ -70,7 +70,7 @@
The WordPress Codex
The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
-
The WordPress Blog
+
The WordPress Blog
This is where you'll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
WordPress Planet
The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.
diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 9b84e9fe76..8486581bec 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -67,8 +67,8 @@ function wp_dashboard_setup() { if ( !isset( $widget_options['dashboard_primary'] ) ) { $update = true; $widget_options['dashboard_primary'] = array( - 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/development/' ) ), - 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/development/feed/' ) ), + 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ), + 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ), 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ), 'items' => 2, 'show_summary' => 1, diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 6210048fbe..7ae2384e0e 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -152,9 +152,9 @@ function wp_install_defaults($user_id) { 'link_rss' => '', 'link_notes' => ''); - $default_links[] = array( 'link_url' => 'http://wordpress.org/development/', + $default_links[] = array( 'link_url' => 'http://wordpress.org/news/', 'link_name' => 'WordPress Blog', - 'link_rss' => 'http://wordpress.org/development/feed/', + 'link_rss' => 'http://wordpress.org/news/feed/', 'link_notes' => ''); $default_links[] = array( 'link_url' => 'http://wordpress.org/extend/ideas/',