Changeset 4406
- Timestamp:
- 10/18/06 21:42:23 (2 years ago)
- Files:
-
- branches/2.0/wp-admin/edit-form-advanced.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-admin/edit-form-advanced.php
r4310 r4406 95 95 <div class="dbx-content"> 96 96 <p id="jaxcat"></p> 97 <div id="categorychecklist"><?php dropdown_categories( ); ?></div></div>97 <div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div> 98 98 </fieldset> 99 99
