__TYPECHO_MB_SUPPORTED__ needs mb_get_info and mb_regex_encoding all exist

This commit is contained in:
Desmond Stonie
2015-06-27 12:41:22 +08:00
parent e4e0ace9a9
commit 53a2ce64b4
+1 -1
View File
@@ -9,7 +9,7 @@
* @version $Id$
*/
define('__TYPECHO_MB_SUPPORTED__', function_exists('mb_get_info'));
define('__TYPECHO_MB_SUPPORTED__', function_exists('mb_get_info') && function_exists('mb_regex_encoding'));
/**
* Typecho公用方法