Typo was making everyone admins.
git-svn-id: https://develop.svn.wordpress.org/trunk@2734 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fc89fd51ca
commit
c3694be892
@ -216,7 +216,7 @@ function populate_options() {
|
||||
// 1.5.1
|
||||
add_option('use_trackback', 0);
|
||||
// 1.6
|
||||
add_option('default_role', 'Inactive');
|
||||
add_option('default_role', 'inactive');
|
||||
|
||||
populate_roles();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user