Make WordPress Core

Ticket #8191: edit-link-categories.diff

File edit-link-categories.diff, 462 bytes (added by mrmist, 17 years ago)
  • edit-link-categories.

    old new  
    141141if ( $categories ) {
    142142        $output = '';
    143143        foreach ( $categories as $category ) {
    144                 $category = sanitize_term($category, 'link_category', 'display');
     144                $category = sanitize_term($category, 'link_category', 'edit');
     145 
    145146                $output .= link_cat_row($category);
    146147        }
    147148        $output = apply_filters('cat_rows', $output);