diff --git a/readme.html b/readme.html index 9b731ae41..5bf47489c 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 9b84e9fe7..8486581be 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 6210048fb..7ae2384e0 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/',