Changeset 7770 for branches/2.5/wp-admin/edit-link-form.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-link-form.php
r7385 r7770 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.