Changeset 17421 for branches/3.0/wp-includes/default-filters.php
- Timestamp:
- 02/08/2011 08:15:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/default-filters.php
r17406 r17421 33 33 34 34 // Kses only for textarea admin displays 35 foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description' , 'comment_text') as $filter ) {35 foreach ( array( 'term_description', 'link_description', 'link_notes', 'user_description' ) as $filter ) { 36 36 add_filter( $filter, 'wp_kses_data' ); 37 37 } 38 if ( is_admin() ) 39 add_filter( 'comment_text', 'wp_kses_post' ); 38 40 39 41 // Email saves
Note: See TracChangeset
for help on using the changeset viewer.