Assign a valid default role. Props ringmaster. fixes #1823
git-svn-id: http://svn.automattic.com/wordpress/trunk@3105 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
25b644e8ce
commit
cf15dd3943
|
@ -223,7 +223,7 @@ function populate_options() {
|
|||
// 1.5.1
|
||||
add_option('use_trackback', 0);
|
||||
// 1.6
|
||||
add_option('default_role', 'inactive');
|
||||
add_option('default_role', 'subscriber');
|
||||
add_option('rich_editing', 'true');
|
||||
|
||||
// Delete unused options
|
||||
|
|
Loading…
Reference in New Issue