From d72d9f21abb13a04653fd6cf939e6fdfe32671b9 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 14 Apr 2015 18:53:25 +0000 Subject: [PATCH] Update about page for 4.2. props siobhan, DrewAPicture. see #31929 Built from https://develop.svn.wordpress.org/trunk@32130 git-svn-id: http://core.svn.wordpress.org/trunk@32109 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 55 +++++++++++++++++++++++++---------------- wp-includes/version.php | 2 +- 2 files changed, 35 insertions(+), 22 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index 7dbb2c8107..c36fb29518 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -49,8 +49,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

-

+

+

@@ -61,8 +61,11 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

-

+

+

@@ -75,7 +78,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
'//s.w.org/images/core/3.9/widgets.webm', 'loop' => true, 'autoplay' => true, - 'width' => 499 + 'height' => 218 ) ); ?> -

-

+

+

your content, before it debuts on your site. ' ); ?>

+
+
+ '//s.w.org/images/core/3.9/widgets.mp4', + 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', + 'webm' => '//s.w.org/images/core/3.9/widgets.webm', + 'loop' => true, + 'autoplay' => true, + 'height' => 218 + ) ); + ?> +

+

'//s.w.org/images/core/3.9/widgets.webm', 'loop' => true, 'autoplay' => true, - 'width' => 499 + 'height' => 218 ) ); ?> -

-

Update Now on any number of plugins and wait for the success messages. Easy!' ); ?>

+

+

Update Now and watch the magic happen.' ); ?>

@@ -112,24 +129,20 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
-
-

-

- -

-

wp.a11y.speak functionality lets your JavaScript talk to screen readers with ARIA live notifications.' ); ?>

-
+

-

+

WP_Query, WP_Comment_Query, and WP_User_Query now support complex ordering with named meta query clauses.' ); ?>

-

+

+ +

+

wp.a11y.speak().' ); ?>


diff --git a/wp-includes/version.php b/wp-includes/version.php index 02265f3de0..875d8dad0f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-32129'; +$wp_version = '4.2-beta4-32130'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.