mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
adding blog_charset option
git-svn-id: https://develop.svn.wordpress.org/trunk@878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user