Make WordPress Core


Ignore:
Timestamp:
06/17/2006 11:38:45 PM (19 years ago)
Author:
matt
Message:

Don't hide blog when option is blank!

File:
1 edited

Legend:

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

    r3846 r3885  
    230230
    231231    // 2.1
    232     add_option('blog_public', 1);
     232    add_option('blog_public', '1');
    233233    add_option('default_link_category', 2);
    234234    add_option('show_on_front', 'posts');
Note: See TracChangeset for help on using the changeset viewer.