adding blog_charset option

git-svn-id: http://svn.automattic.com/wordpress/trunk@878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi
2004-02-17 02:11:16 +00:00
parent 48c6f10fd2
commit 4e12355549
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');