X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/baca9ce86a38dc54c4574890ee2d352fd81f78b2..a567eab022addf31c8b551a2bd6d47601d6623d8:/wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php index 552437d6..ce9c8022 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -7,19 +7,24 @@ */ /** WordPress Administration Bootstrap */ -require_once( './admin.php' ); +require_once( dirname( __FILE__ ) . '/admin.php' ); $title = __( 'About' ); list( $display_version ) = explode( '-', $wp_version ); +// 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' ); ?>
-

+

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

-

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

+

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.', 37 ), '3.5.1', number_format_i18n( 37 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.5.1' ); ?> + '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.', 31 ), '3.8.1', number_format_i18n( 31 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.8.1' ); ?>

-

- -
- - -
-

-

+

+ +
+
+ +

+

+
+
+ +

+

-
-

-

+
+ +

+

-
-

- -
- -

-

-

-

-
-
+
-

- -
- -

-

+
+
+

+

+

+

+
+
+ +
-
-

+
-
- -

-

+ -

+if ( count( $_wp_admin_css_colors ) > 1 && has_action( 'admin_color_scheme_picker' ) ) : ?> +
+
+
+

+

+ +

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

+
-
-

+
+ -
-
-

-

WP_Comment_Query and WP_User_Query classes now support meta queries just like WP_Query. Meta queries now support querying for objects without a particular meta key.' ); ?>

-
+
+
-

-

WP_Post class, which improves performance by loading selected properties on demand.' ); ?>

+

+

+

+

+

-
-

-

WP_Image_Editor class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?>

+
+
+
-
-
-

-

switch_to_blog() is now significantly faster and more reliable.' ); ?>

-
+
+ +
+

+ + +
-

-

WordPress API is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>

-
-
-

-

Underscore and Backbone JavaScript libraries. TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?>

+

+

+

+
+