X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/5aa86a9053fb0fa15846bb60aac2fb8fdfff524a..a349837896628462bf8c9bdc27d1477a10fe03eb:/wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php index 21156f0f..aa8a1069 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' ); ?>
-

+

-
+
@@ -33,145 +38,127 @@ include( './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.', 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() ) ); ?>

-
-
-

+
+ -
-
-

- -

-
+
+
-

-

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