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:
Mark Jaquith 2007-09-07 01:44:24 +00:00
parent bb7b7901b9
commit 63a17a989a
1 changed files with 0 additions and 1 deletions

View File

@ -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);