Make WordPress Core

Changeset 4311


Ignore:
Timestamp:
10/04/2006 06:17:44 AM (17 years ago)
Author:
markjaquith
Message:

default category starts out unchecked. Props Viper007Bond. fixes #2938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r4274 r4311  
    7676<div class="dbx-content">
    7777<p id="jaxcat"></p>
    78 <ul id="categorychecklist"><?php dropdown_categories(get_option('default_category')); ?></ul></div>
     78<ul id="categorychecklist"><?php dropdown_categories(); ?></ul></div>
    7979</fieldset>
    8080
Note: See TracChangeset for help on using the changeset viewer.