summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-form-advanced.php
diff options
context:
space:
mode:
authorryan <ryan@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-19 22:17:49 +0000
committerryan <ryan@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-05-19 22:17:49 +0000
commitbb785c8b708131cf80d8e9b8215f41a5196bd09b (patch)
treee1d65e7ec4f97a2f11ff8abb5b69bab565207821 /wp-admin/edit-form-advanced.php
parent80788a01b4ded035ff65ce65def9ad6f57822c89 (diff)
downloadwordpress-mu-bb785c8b708131cf80d8e9b8215f41a5196bd09b.tar.gz
wordpress-mu-bb785c8b708131cf80d8e9b8215f41a5196bd09b.tar.xz
wordpress-mu-bb785c8b708131cf80d8e9b8215f41a5196bd09b.zip
Put checked categories at the top of the checklist. Props mdawaffe. see #WP7000
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1299 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/edit-form-advanced.php')
-rw-r--r--wp-admin/edit-form-advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index e12917d..7d1ff7d 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -241,7 +241,7 @@ endif; ?>
<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>