mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
commit
32794e20c0
@ -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
Block a user