mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
Change 'WordPress Development Blog' to 'WordPress Blog' in the dashboard widget.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c26a7b63c
commit
1b6c254cb5
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user