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:
parent
5a2ea62a10
commit
a9a41eb08a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user