diff --git a/wp-admin/about.php b/wp-admin/about.php index d76b5fdb06..7de19a270d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -64,7 +64,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

emojis.', '💙', '🐈', '🐒', '🍦', __( 'https://codex.wordpress.org/Emoji' ) ); + printf( 'Don’t use special characters? You can still have fun — emoji are now available in WordPress! Get creative and decorate your content with %1$s, %2$s, %3$s, %4$s, and all the many other emoji.', '💙', '🐈', '🐒', '🍦', __( 'https://codex.wordpress.org/Emoji' ) ); ?>

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

-

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(). Pass it a string, and an update will be sent to the ARIA live notifications area.' ); ?>

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