Changeset 1166

Show
Ignore:
Timestamp:
12/04/07 14:03:48 (1 year ago)
Author:
donncha
Message:

No need for this, it's already filtered before going to db

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/wpmu-functions.php

    r1160 r1166  
    18331833add_filter( 'term_id_filter', 'global_terms', 10, 2 ); // taxonomy specific filter 
    18341834 
    1835 /* WordPress MU Default Filters */ 
    1836 add_filter('the_title', 'wp_filter_kses'); 
    1837  
    18381835function choose_primary_blog() { 
    18391836        global $current_user;