Changeset 3135 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 11/17/2005 10:23:35 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r3127 r3135 90 90 91 91 <fieldset id="categorydiv" class="dbx-box"> 92 <h3 class="dbx-handle"><?php _e('Categories') ?></h3> 93 <div class="dbx-content"><div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div> 92 <h3 class="dbx-handle"><?php _e('Categories') ?></h3> 93 <div class="dbx-content"> 94 <p id="jaxcat"></p> 95 <div id="categorychecklist"><?php dropdown_categories(get_settings('default_category')); ?></div></div> 94 96 </fieldset> 95 97
Note: See TracChangeset
for help on using the changeset viewer.