wp_category_checklist() and wp_link_category_checklist() to replace the nested cats code. see #2621

git-svn-id: https://develop.svn.wordpress.org/trunk@7737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-04-18 17:41:10 +00:00
parent 844fb9d2a4
commit 7f228f1cd6
3 changed files with 58 additions and 77 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ if ( ( 'edit' == $action) && current_user_can('manage_links') )
<div id="categories-all" class="ui-tabs-panel">
<ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
<?php dropdown_link_categories(); ?>
<?php wp_link_category_checklist($link_id); ?>
</ul>
</div>