From 7b0dbe06fd2d2e9af119933b16eaf57e02011dd9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Apr 2015 01:23:07 +0000 Subject: [PATCH] About page: Two more string tweaks. props DrewAPicture, pento. see #31929. git-svn-id: https://develop.svn.wordpress.org/trunk@32132 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/about.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index d76b5fdb06..7de19a270d 100644 --- a/src/wp-admin/about.php +++ b/src/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.' ); ?>