Make WordPress Core


Ignore:
Timestamp:
11/18/2008 07:15:32 AM (17 years ago)
Author:
azaozz
Message:

Fix QE data filtering for tags and categories, props jhodgdon fixes #8146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-link-categories.php

    r9746 r9751  
    142142    $output = '';
    143143    foreach ( $categories as $category ) {
    144         $category = sanitize_term($category, 'link_category', 'display');
    145144        $output .= link_cat_row($category);
    146145    }
Note: See TracChangeset for help on using the changeset viewer.