X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9c2096d803812dacbdf6cf8efe90053e39f00b96..a567eab022addf31c8b551a2bd6d47601d6623d8:/wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php index 1ebc0f0d..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 ); -include( './admin-header.php' ); +// 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,156 +39,130 @@ include( './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.', 12 ), '3.3.2', number_format_i18n( 12 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.3.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 a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?> +

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() ) ); ?>

-
-
-

+
+ -
-
-

- -

-
+
+
-

-

Tools → Import to get the new Tumblr Importer, which maps your Tumblog posts to the matching WordPress post formats. Tip: Choose a theme designed to display post formats to get the greatest benefit from the importer.' ); ?>

+

+

+

+

+

-
-

-

Note: if you’ve added new widgets since the switch, you’ll need to rescue them from the Inactive Widgets area.' ); ?>

+
+
-
-
-

+
-
-
-

-

-
-
-

-

-
-
-

-

-
-
+
+

+ -
-
-

is_main_query()

-

WP_Query object is the main WordPress query or a secondary query.' ); ?>

-
+
-

-

-
-
-

-

+

+

+

-
+
+
- "> | - +
Version %1$s addressed some security issues and fixed 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); __( 'For more information, see the release notes.' ); - -?> \ No newline at end of file