From b007147ab49ecdde84f78d24173d7a37874b17c1 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Sat, 11 Apr 2015 02:16:34 +0000 Subject: [PATCH] Smilies: One more tweak to matching smilies with emoji. Props iseulde. See #31709. git-svn-id: https://develop.svn.wordpress.org/trunk@32107 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 534deb0942..7a49026563 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -2991,7 +2991,7 @@ function smilies_init() { ':?' => "\xf0\x9f\x98\x95", ':D' => "\xf0\x9f\x98\x80", ':P' => "\xf0\x9f\x98\x9b", - ':o' => "\xf0\x9f\x98\xaf", + ':o' => "\xf0\x9f\x98\xae", ':x' => "\xf0\x9f\x98\xa1", ':|' => "\xf0\x9f\x98\x90", ';)' => "\xf0\x9f\x98\x89",