diff --git a/functions.php b/functions.php index dc38880..b4bc36f 100644 --- a/functions.php +++ b/functions.php @@ -1308,7 +1308,7 @@ function GBsubstr($string, $start, $length) { } function excerpt_length($exp) { - if (!function_exists(mb_substr)) { + if (!function_exists('mb_substr')) { $exp = GBsubstr($exp, 0, 80); } else { /*