mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Assign a valid default role. Props ringmaster. fixes #1823
git-svn-id: https://develop.svn.wordpress.org/trunk@3105 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
376a04e7de
commit
f7312de103
@ -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…
x
Reference in New Issue
Block a user