X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/42aebe6945a3a60c8f73853bea2c8b202d64a20b..ceb5a929e00123b4e224977c6b5a149f6431b250:/wp-admin/about.php?ds=sidebyside diff --git a/wp-admin/about.php b/wp-admin/about.php index 5d0254e1..ce9c8022 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -13,15 +13,18 @@ $title = __( 'About' ); list( $display_version ) = explode( '-', $wp_version ); -wp_enqueue_script( 'about' ); +// Temporary 3.8 hack: We want to use user-profile for the color schemes but don't need the heavy zxcvbn. +wp_deregister_script( 'zxcvbn-async' ); +wp_register_script( 'zxcvbn-async', false ); +wp_enqueue_script( 'user-profile' ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+

-
+
@@ -36,114 +39,116 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

+

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 2 ), '3.8.3', number_format_i18n( 2 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.8.3' ); ?> +

Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', 9 ), '3.7.2', number_format_i18n( 9 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.7.2' ); ?> + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 9 ), '3.8.2', number_format_i18n( 9 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.8.2' ); ?>

Version %1$s addressed %2$s bug.', - 'Version %1$s addressed %2$s bugs.', 11 ), '3.7.1', number_format_i18n( 11 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.7.1' ); ?> + 'Version %1$s addressed %2$s bugs.', 31 ), '3.8.1', number_format_i18n( 31 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.8.1' ); ?>

-

- +

+
-

-

+ +

+

- + +

+

-

-

-

+ +

+

- $wp_version . '.1.next.minor', - 'version' => $wp_version . '.1.next.minor', - 'php_version' => $required_php_version, - 'mysql_version' => $required_mysql_version, - ); - require_once ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'; - $updater = new WP_Automatic_Updater; - $can_auto_update = wp_http_supports( array( 'ssl' ) ) && $updater->should_update( 'core', $future_minor_update, ABSPATH ); - - if ( $can_auto_update ) { - echo '

' . __( '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 '

'; - } - } - ?>
-
-

+
+
-

-

+

+

+

+

+
+
+
-
- -

- change your password?' ), esc_url( self_admin_url( 'profile.php' ) ) ); ?> +
+
+ +
+ + 1 && has_action( 'admin_color_scheme_picker' ) ) : ?> +
+
+
+

+

+ +

visit your profile.' ), get_edit_profile_url( get_current_user_id() ) ); ?>

+
+ +
-

-

+

+

+

+

+

-
-

-

+
+
-
-

+
-
-
-

-

-
+
+

+ + +
-

-

-
-
-

-

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.' ); ?>

+

+

+

+
+
+