Emoji: Update emoji regex for Twemoji to 2.4.0.

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

Fixes #42862.


Built from https://develop.svn.wordpress.org/trunk@42579


git-svn-id: http://core.svn.wordpress.org/trunk@42408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2018-01-23 21:12:31 +00:00
parent 84cdc05c58
commit 09432d1aa6
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

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