From 49f5f62f30c7a0a32928d27e4587371796f62835 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Thu, 10 Jan 2019 23:39:19 +0000 Subject: [PATCH] Emoji: Fix a code formatting error introduced in [44554]. See #45930. git-svn-id: https://develop.svn.wordpress.org/trunk@44556 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 16bfd18823..464a7bbde2 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -5476,7 +5476,7 @@ function _print_emoji_detection_script() { * @return string The encoded content. */ function wp_encode_emoji( $content ) { - $emoji = _wp_emoji_list( 'partials' ); + $emoji = _wp_emoji_list( 'partials' ); $compat = version_compare( phpversion(), '5.4', '<' ); foreach ( $emoji as $emojum ) {