Make WordPress Core


Ignore:
Timestamp:
04/18/2008 05:41:10 PM (18 years ago)
Author:
ryan
Message:

wp_category_checklist() and wp_link_category_checklist() to replace the nested cats code. see #2621

File:
1 edited

Legend:

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

    r7720 r7737  
    242242<div id="categories-all" class="ui-tabs-panel">
    243243    <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
    244         <?php dropdown_categories( 0, 0, $popular_ids ); ?>
     244        <?php wp_category_checklist($post->ID) ?>
    245245    </ul>
    246246</div>
Note: See TracChangeset for help on using the changeset viewer.