Changeset 17400
- Timestamp:
- 02/05/2011 06:33:29 PM (15 years ago)
- File:
- 
          - 1 edited
 
 - 
          branches/3.0/wp-includes/default-filters.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        branches/3.0/wp-includes/default-filters.phpr15378 r17400 32 32 } 33 33 34 // Kses only for textarea savesdisplays35 foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description' ) as $filter ) {34 // Kses only for textarea admin displays 35 foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description', 'comment_text' ) as $filter ) { 36 36 add_filter( $filter, 'wp_kses_data' ); 37 37 } 
Note: See TracChangeset
          for help on using the changeset viewer.