Show
Ignore:
Timestamp:
12/21/06 04:44:34 (2 years ago)
Author:
markjaquith
Message:

Reverse backport (?) from 2.0.x of KSES filters

Files:

Legend:

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

    r4550 r4654  
    535535    // Post filtering 
    536536    add_filter('content_save_pre', 'wp_filter_post_kses'); 
     537    add_filter('excerpt_save_pre', 'wp_filter_post_kses'); 
    537538    add_filter('content_filtered_save_pre', 'wp_filter_post_kses'); 
    538539} 
     
    545546    // Post filtering 
    546547    remove_filter('content_save_pre', 'wp_filter_post_kses'); 
     548    remove_filter('excerpt_save_pre', 'wp_filter_post_kses'); 
    547549    remove_filter('content_filtered_save_pre', 'wp_filter_post_kses'); 
    548550}