Put checked categories at the top of the checlist. Props mdawaffe. fixes #7000 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7956 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-19 21:35:18 +00:00
parent 1dbd76720f
commit 6c16408dce
5 changed files with 35 additions and 14 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ function post_categories_meta_box($post) {
<div id="categories-all" class="ui-tabs-panel">
<ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
<?php wp_category_checklist($post->ID) ?>
<?php wp_category_checklist($post->ID, false, false, $popular_ids) ?>
</ul>
</div>
<?php