Changeset 12364
- Timestamp:
- 12/10/2009 09:54:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r12333 r12364 392 392 $instance['text'] = $new_instance['text']; 393 393 else 394 $instance['text'] = stripslashes( wp_filter_post_kses( $new_instance['text'] ) );394 $instance['text'] = stripslashes( wp_filter_post_kses( addslashes($new_instance['text']) ) ); // wp_filter_post_kses() expects slashed 395 395 $instance['filter'] = isset($new_instance['filter']); 396 396 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.