Changeset 7956 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 05/19/2008 09:35:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r7948 r7956 261 261 <div id="categories-all" class="ui-tabs-panel"> 262 262 <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> 263 <?php wp_category_checklist($post->ID ) ?>263 <?php wp_category_checklist($post->ID, false, false, $popular_ids) ?> 264 264 </ul> 265 265 </div>
Note: See TracChangeset
for help on using the changeset viewer.