From 875585d1478b2a684e378c57949d4cda0588e717 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Apr 2015 00:38:27 +0000 Subject: [PATCH] About page updates. * Change the subhead strings on credits.php and freedoms.php to match about.php. * Link the Emoji Codex article in the emoji blurb. * Add a second sentence to the JavaScript Accessibility blurb. * Switch positions for the JavaScript Accessibility and Complex Query Ordering sections for balance. props DrewAPicture, ocean90, pavelevap. see #31929. Built from https://develop.svn.wordpress.org/trunk@32131 git-svn-id: http://core.svn.wordpress.org/trunk@32110 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/about.php | 12 ++++++------ wp-admin/credits.php | 2 +- wp-admin/freedoms.php | 2 +- wp-includes/version.php | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/about.php b/wp-admin/about.php index c36fb29518..d76b5fdb06 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -63,8 +63,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

emojis.', '💙', '🐈', '🐒', '🍦', __( 'https://codex.wordpress.org/Emoji' ) ); ?>

@@ -134,15 +134,15 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-

-

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

+

+

wp.a11y.speak(). Simply pass what you want to say, and a polite update will be sent to the ARIA live notifications area.' ); ?>

-

-

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

+

+

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


diff --git a/wp-admin/credits.php b/wp-admin/credits.php index a2be25fd64..200c5a5062 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -82,7 +82,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 7d8dadb132..209fb5adc9 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

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