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

git-svn-id: http://svn.automattic.com/wordpress/trunk@6713 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-02 20:31:56 +00:00
parent d42b1a8256
commit 45ebbd5bb8
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>