Changeset 11794 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 08/09/2009 12:32:18 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/default-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r11792 r11794 392 392 $instance['text'] = $new_instance['text']; 393 393 else 394 $instance['text'] = wp_filter_post_kses( $new_instance['text']);394 $instance['text'] = stripslashes( wp_filter_post_kses( $new_instance['text'] ) ); 395 395 $instance['filter'] = isset($new_instance['filter']); 396 396 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.