mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-22 14:58:14 +08:00
bug fix
1311行,mb_substr是方法名,漏了''
This commit is contained in:
parent
e05ee03152
commit
b4d7b91b4a
@ -1308,7 +1308,7 @@ function GBsubstr($string, $start, $length) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function excerpt_length($exp) {
|
function excerpt_length($exp) {
|
||||||
if (!function_exists(mb_substr)) {
|
if (!function_exists('mb_substr')) {
|
||||||
$exp = GBsubstr($exp, 0, 80);
|
$exp = GBsubstr($exp, 0, 80);
|
||||||
} else {
|
} else {
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user