From d4b336ded2b1ed638e88cb7fd82e680967b9be65 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 1 Jun 2014 05:05:44 +0000 Subject: [PATCH] Fix typo in mbstring_binary_safe_encoding() description. props ghost1227. fixes #28423. git-svn-id: https://develop.svn.wordpress.org/trunk@28648 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 87ba0ae515..512d5c4baa 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -4386,7 +4386,7 @@ function _canonical_charset( $charset ) { } /** - * Sets the mbstring internal encoding to a binary safe encoding whne func_overload is enabled. + * Sets the mbstring internal encoding to a binary safe encoding when func_overload is enabled. * * When mbstring.func_overload is in use for multi-byte encodings, the results from strlen() and * similar functions respect the utf8 characters, causing binary data to return incorrect lengths.