From 57570fae3d7ab093b2371712d27a9d358af5b5e0 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 27 Mar 2007 19:25:26 +0000 Subject: [PATCH] good thing we're not actually using this fallback func, huh --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 6650c8972c..db09675ba1 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -67,7 +67,7 @@ if ( !function_exists( 'mb_strlen' ) ) { * @param string $enc optional encoding; ignored * @return int */ - function new_mb_strlen( $str, $enc="" ) { + function mb_strlen( $str, $enc="" ) { $counts = count_chars( $str ); $total = 0; -- 2.20.1