mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Dashboard: Rename the Site Content widget (née Right Now) to At a Glance.
see #25824. git-svn-id: https://develop.svn.wordpress.org/trunk@26697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -37,7 +37,7 @@ function wp_dashboard_setup() {
|
||||
|
||||
// Right Now
|
||||
if ( is_blog_admin() && current_user_can('edit_posts') )
|
||||
wp_add_dashboard_widget( 'dashboard_right_now', __( 'Site Content' ), 'wp_dashboard_right_now' );
|
||||
wp_add_dashboard_widget( 'dashboard_right_now', __( 'At a Glance' ), 'wp_dashboard_right_now' );
|
||||
|
||||
if ( is_network_admin() )
|
||||
wp_add_dashboard_widget( 'network_dashboard_right_now', __( 'Right Now' ), 'wp_network_dashboard_right_now' );
|
||||
@@ -170,7 +170,7 @@ function wp_dashboard() {
|
||||
/**
|
||||
* Dashboard widget that displays some basic stats about the site.
|
||||
*
|
||||
* Formerly 'Right Now'. A streamlined 'Site Content' as of 3.8.
|
||||
* Formerly 'Right Now'. A streamlined 'At a Glance' as of 3.8.
|
||||
*
|
||||
* @since 2.7.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user