Emoji: Update emoji regex for Twemoji to 2.4.0.

Build `src/wp-includes/formatting.php` following [42566].

Props peterwilsoncc.
Merges [42579] to the 4.9 branch.
Fixes #42862.
Built from https://develop.svn.wordpress.org/branches/4.9@42580


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-24 01:15:41 +00:00
parent 4aee92bb1c
commit 5220bad266
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.3-alpha-42578';
$wp_version = '4.9.3-alpha-42580';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.