Fix edit link form categories a bit. AJAX add still needs work.

git-svn-id: https://develop.svn.wordpress.org/trunk@6713 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-02 20:31:56 +00:00
parent d04499eccc
commit 090e465ffd
7 changed files with 33 additions and 15 deletions

View File

@@ -210,7 +210,7 @@ else
<div id="categories-pop" class="ui-tabs-panel" style="display: none;">
<ul id="categorychecklist-pop" class="categorychecklist form-no-clear">
<?php wp_popular_categories_checklist(); ?>
<?php wp_popular_terms_checklist('category'); ?>
</ul>
</div>