mirror of
https://github.com/mashirozx/sakura.git
synced 2025-05-29 01:49:21 +08:00
commit
8d6b951f51
@ -7,7 +7,7 @@
|
|||||||
* @package Sakura
|
* @package Sakura
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define( 'SAKURA_VERSION', '3.1.4' );
|
define( 'SAKURA_VERSION', '3.1.5' );
|
||||||
define( 'BUILD_VERSION', '1' );
|
define( 'BUILD_VERSION', '1' );
|
||||||
define( 'JSDELIVR_VERSION', '3.6.7' );
|
define( 'JSDELIVR_VERSION', '3.6.7' );
|
||||||
|
|
||||||
@ -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 {
|
||||||
/*
|
/*
|
||||||
|
@ -5,7 +5,7 @@ Theme URI: https://2heng.xin/theme-sakura/
|
|||||||
Author: Mashiro, Louie, Fuzzz
|
Author: Mashiro, Louie, Fuzzz
|
||||||
Author URI: http://2heng.xin
|
Author URI: http://2heng.xin
|
||||||
Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina)
|
Description: Akina主题分支(原版地址 http://www.akina.pw/themeakina)
|
||||||
Version: 3.1.3
|
Version: 3.1.5
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
Text Domain: akina
|
Text Domain: akina
|
||||||
|
Loading…
x
Reference in New Issue
Block a user