Make WordPress Core


Ignore:
Timestamp:
04/22/2008 10:46:09 PM (17 years ago)
Author:
ryan
Message:

wp_category_checklist() fixes from mdawaffe. fixes #6810 for 2.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/admin-ajax.php

    r7659 r7778  
    163163            continue;
    164164        $category = get_category( $cat_id );
    165         $checked_categories[] = $cat_id;
    166165        ob_start();
    167             dropdown_categories( 0, $category );
     166            wp_category_checklist( 0, $cat_id, $checked_categories );
    168167        $data = ob_get_contents();
    169168        ob_end_clean();
Note: See TracChangeset for help on using the changeset viewer.