Change 'WordPress Development Blog' to 'WordPress Blog' in the dashboard widget.

git-svn-id: https://develop.svn.wordpress.org/trunk@14324 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-30 22:56:29 +00:00
parent b6a09d8f59
commit 9c1b915fea
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ function wp_dashboard_setup() {
$widget_options['dashboard_primary'] = array( $widget_options['dashboard_primary'] = array(
'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/development/' ) ), 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/development/' ) ),
'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/development/feed/' ) ), 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/development/feed/' ) ),
'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Development Blog' ) ), 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
'items' => 2, 'items' => 2,
'show_summary' => 1, 'show_summary' => 1,
'show_author' => 0, 'show_author' => 0,