Changeset 7737 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 04/18/2008 05:41:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r7385 r7737 119 119 <div id="categories-all" class="ui-tabs-panel"> 120 120 <ul id="categorychecklist" class="list:category categorychecklist form-no-clear"> 121 <?php dropdown_link_categories(); ?>121 <?php wp_link_category_checklist($link_id); ?> 122 122 </ul> 123 123 </div>
Note: See TracChangeset
for help on using the changeset viewer.