Ticket #8191: edit-link-categories.diff
File edit-link-categories.diff, 462 bytes (added by , 17 years ago) |
---|
-
edit-link-categories.
old new 141 141 if ( $categories ) { 142 142 $output = ''; 143 143 foreach ( $categories as $category ) { 144 $category = sanitize_term($category, 'link_category', 'display'); 144 $category = sanitize_term($category, 'link_category', 'edit'); 145 145 146 $output .= link_cat_row($category); 146 147 } 147 148 $output = apply_filters('cat_rows', $output);