Changeset 4310
- Timestamp:
- 10/04/06 06:17:22 (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
r4249 r4310 95 95 <div class="dbx-content"> 96 96 <p id="jaxcat"></p> 97 <div id="categorychecklist"><?php dropdown_categories( get_settings('default_category')); ?></div></div>97 <div id="categorychecklist"><?php dropdown_categories(); ?></div></div> 98 98 </fieldset> 99 99
