From a9a41eb08a37edc17753096a0b7565a904b0b6f9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Mar 2018 01:49:22 +0000 Subject: [PATCH] Docs: Fix typos in `_wp_emoji_list()` description. See #42505. git-svn-id: https://develop.svn.wordpress.org/trunk@42821 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 0d7b9f931e..0f6b0c020d 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -5653,9 +5653,9 @@ function wp_staticize_emoji_for_email( $mail ) { } /** - * Returns a arrays of emoji data. + * Returns arrays of emoji data. * - * These arrays automatically built from the regex in twemoji.js - if they need to be updated, + * These arrays are automatically built from the regex in twemoji.js - if they need to be updated, * you should update the regex there, then run the `grunt precommit:emoji` job. * * @since 4.9.0