Make WordPress Core


Ignore:
Timestamp:
02/02/2008 08:31:56 PM (17 years ago)
Author:
ryan
Message:

Fix edit link form categories a bit. AJAX add still needs work.

File:
1 edited

Legend:

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

    r6712 r6713  
    211211<div id="categories-pop" class="ui-tabs-panel" style="display: none;">
    212212    <ul id="categorychecklist-pop" class="categorychecklist form-no-clear">
    213         <?php wp_popular_categories_checklist(); ?>
     213        <?php wp_popular_terms_checklist('category'); ?>
    214214    </ul>
    215215</div>
Note: See TracChangeset for help on using the changeset viewer.