parent
e05ee03152
commit
b4d7b91b4a
|
@ -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 {
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue