Make WordPress Core


Ignore:
Timestamp:
04/18/2008 05:41:10 PM (17 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-link-form.php

    r7385 r7737  
    119119<div id="categories-all" class="ui-tabs-panel">
    120120    <ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
    121         <?php dropdown_link_categories(); ?>
     121        <?php wp_link_category_checklist($link_id); ?>
    122122    </ul>
    123123</div>
Note: See TracChangeset for help on using the changeset viewer.