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:
parent
b6a09d8f59
commit
9c1b915fea
@ -69,7 +69,7 @@ function wp_dashboard_setup() {
|
||||
$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/' ) ),
|
||||
'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Development Blog' ) ),
|
||||
'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
|
||||
'items' => 2,
|
||||
'show_summary' => 1,
|
||||
'show_author' => 0,
|
||||
|
Loading…
Reference in New Issue
Block a user