Typo was making everyone admins.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
97a426b19c
commit
84611d5844
|
@ -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