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:
Matt Mullenweg 2005-07-23 16:14:29 +00:00
parent fc89fd51ca
commit c3694be892
2 changed files with 346 additions and 346 deletions

View File

@ -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();