adding blog_charset option

git-svn-id: https://develop.svn.wordpress.org/trunk@878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi
2004-02-17 02:11:16 +00:00
parent 6d0ba6369d
commit 7af5c8fbcf
4 changed files with 13 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ if (!strstr($_SERVER['REQUEST_URI'], 'install.php') && !strstr($_SERVER['REQUEST
$admin_email = get_settings('admin_email');
$new_users_can_blog = get_settings('new_users_can_blog');
$users_can_register = get_settings('users_can_register');
$blog_charset = get_settings('blog_charset');
$start_of_week = get_settings('start_of_week');
$use_bbcode = get_settings('use_bbcode');
$use_gmcode = get_settings('use_gmcode');