Make WordPress Core

Changeset 26697


Ignore:
Timestamp:
12/05/2013 10:37:33 PM (10 years ago)
Author:
nacin
Message:

Dashboard: Rename the Site Content widget (née Right Now) to At a Glance.

see #25824.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r26690 r26697  
    3838    // Right Now
    3939    if ( is_blog_admin() && current_user_can('edit_posts') )
    40         wp_add_dashboard_widget( 'dashboard_right_now', __( 'Site Content' ), 'wp_dashboard_right_now' );
     40        wp_add_dashboard_widget( 'dashboard_right_now', __( 'At a Glance' ), 'wp_dashboard_right_now' );
    4141
    4242    if ( is_network_admin() )
     
    171171 * Dashboard widget that displays some basic stats about the site.
    172172 *
    173  * Formerly 'Right Now'. A streamlined 'Site Content' as of 3.8.
     173 * Formerly 'Right Now'. A streamlined 'At a Glance' as of 3.8.
    174174 *
    175175 * @since 2.7.0
  • trunk/src/wp-admin/options-reading.php

    r26518 r26697  
    6464    'title'   => has_action( 'blog_privacy_selector' ) ? __( 'Site Visibility' ) : __( 'Search Engine Visibility' ),
    6565    'content' => '<p>' . __( 'You can choose whether or not your site will be crawled by robots, ping services, and spiders. If you want those services to ignore your site, click the checkbox next to &#8220;Discourage search engines from indexing this site&#8221; and click the Save Changes button at the bottom of the screen. Note that your privacy is not complete; your site is still visible on the web.' ) . '</p>' .
    66         '<p>' . __( 'When this setting is in effect, a reminder is shown in the Right Now box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.' ) . '</p>',
     66        '<p>' . __( 'When this setting is in effect, a reminder is shown in the At a Glance box of the Dashboard that says, &#8220;Search Engines Discouraged,&#8221; to remind you that your site is not being crawled.' ) . '</p>',
    6767) );
    6868
Note: See TracChangeset for help on using the changeset viewer.