mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-19 13:07:49 +00:00
Registration off by default.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a8b8742245
commit
4ab4dd9848
@ -157,7 +157,7 @@ function populate_options() {
|
||||
add_option('blogname', 'My Weblog', 'Blog title');
|
||||
add_option('blogdescription', 'Just another WordPress weblog', 'Short tagline');
|
||||
add_option('new_users_can_blog', 0);
|
||||
add_option('users_can_register', 1);
|
||||
add_option('users_can_register', 0);
|
||||
add_option('admin_email', 'you@example.com');
|
||||
add_option('start_of_week', 1);
|
||||
add_option('use_balanceTags', 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user