Make WordPress Core


Ignore:
Timestamp:
05/19/2008 09:35:18 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r7948 r7956  
    261261<div id="categories-all" class="ui-tabs-panel">
    262262    <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
    263         <?php wp_category_checklist($post->ID) ?>
     263        <?php wp_category_checklist($post->ID, false, false, $popular_ids) ?>
    264264    </ul>
    265265</div>
Note: See TracChangeset for help on using the changeset viewer.