Don't re-add the deprecated new_users_can_blog option. Props Nazgul. fixes #4923
git-svn-id: https://develop.svn.wordpress.org/trunk@6055 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bb7b7901b9
commit
63a17a989a
@ -152,7 +152,6 @@ function populate_options() {
|
||||
add_option('siteurl', $guessurl);
|
||||
add_option('blogname', __('My Blog'));
|
||||
add_option('blogdescription', __('Just another WordPress weblog'));
|
||||
add_option('new_users_can_blog', 0);
|
||||
add_option('users_can_register', 0);
|
||||
add_option('admin_email', 'you@example.com');
|
||||
add_option('start_of_week', 1);
|
||||
|
Loading…
Reference in New Issue
Block a user