Changeset 7770 for branches/2.5/wp-admin/edit-form-advanced.php
- Timestamp:
- 04/22/2008 09:06:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/edit-form-advanced.php
r7762 r7770 242 242 <div id="categories-all" class="ui-tabs-panel"> 243 243 <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> 244 <?php dropdown_categories( 0, 0, $popular_ids );?>244 <?php wp_category_checklist($post_ID) ?> 245 245 </ul> 246 246 </div>
Note: See TracChangeset
for help on using the changeset viewer.