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

git-svn-id: http://svn.automattic.com/wordpress/trunk@7956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-05-19 21:35:18 +00:00
parent 3ce00adc38
commit 01acf41355
5 changed files with 35 additions and 14 deletions

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