Make WordPress Core

Changeset 3105


Ignore:
Timestamp:
11/16/2005 06:31:21 AM (20 years ago)
Author:
ryan
Message:

Assign a valid default role. Props ringmaster. fixes #1823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-schema.php

    r3104 r3105  
    224224    add_option('use_trackback', 0);
    225225    // 1.6
    226     add_option('default_role', 'inactive');
     226    add_option('default_role', 'subscriber');
    227227    add_option('rich_editing', 'true');
    228228
Note: See TracChangeset for help on using the changeset viewer.