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
This commit is contained in:
Sergey Biryukov 2018-03-10 01:49:22 +00:00
parent 5a2ea62a10
commit a9a41eb08a
1 changed files with 2 additions and 2 deletions

View File

@ -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