From 47c69c32071132f3f46fd1b611b0cf037b93cbe6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Mar 2015 01:55:53 +0000 Subject: [PATCH] Fix typo in a comment in [31752]. see #31242. git-svn-id: https://develop.svn.wordpress.org/trunk@31790 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 266397dfc6..4e7d0da664 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -4126,7 +4126,7 @@ function wp_staticize_emoji( $text ) { $output = ''; /* - * HTML loop taken from smiley function, which was taking from texturize function. + * HTML loop taken from smiley function, which was taken from texturize function. * It'll never be consolidated. * * First, capture the tags as well as in between.