Make WordPress Core


Ignore:
Timestamp:
12/30/2004 10:58:06 AM (21 years ago)
Author:
saxmatt
Message:

Moving default template stuff into wp-includes, uncluttering root

File:
1 edited

Legend:

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

    r1997 r2009  
    211211    add_option('template', 'default');
    212212    add_option('stylesheet', 'default');
    213     add_option('comment_whitelist', 0);
     213    add_option('comment_whitelist', 1);
    214214    add_option('page_uris');
    215215
Note: See TracChangeset for help on using the changeset viewer.