diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 3391a4c523..2258105b8b 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -21,7 +21,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
- + @@ -36,99 +36,113 @@ include( ABSPATH . 'wp-admin/admin-header.php' );Image
+ +Image
+ +' . __( 'This site is able to apply these updates automatically. Cool!' ). '
'; - - // If the updater is disabled entirely, don't show them anything. - } elseif ( ! $updater->is_disabled() ) { - echo ''; - // If this is is filtered to false, they won't get emails, so don't claim we will. - // Assumption: If the user can update core, they can see what the admin email is. - - /** This filter is documented in wp-admin/includes/class-wp-upgrader.php */ - if ( apply_filters( 'send_core_update_notification_email', true, $future_minor_update ) ) { - printf( __( 'This site is not able to apply these updates automatically. But we’ll email %s when there is a new security release.' ), esc_html( get_site_option( 'admin_email' ) ) ); - } else { - _e( 'This site is not able to apply these updates automatically.' ); - } - echo '
'; - } - } - ?> --
Image
+ +wp_get_sites() allows developers to easily get an array of all the sites on your network without resorting to a direct database query — just one of many improvements to multisite in WordPress 3.7.' ); ?>
+ +