From 4e9c3f916fa3384d5b29f3f93206266aa4d229c0 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Mar 2018 01:50:30 +0000 Subject: [PATCH] Docs: Fix typos in `_wp_emoji_list()` description. See #42505. Built from https://develop.svn.wordpress.org/trunk@42821 git-svn-id: http://core.svn.wordpress.org/trunk@42651 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 8b68c0e230..35483f8cee 100644 --- a/wp-includes/formatting.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 29e5974e51..40ee87d765 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42820'; +$wp_version = '5.0-alpha-42821'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.