Changeset 10798 for trunk/wp-includes/default-widgets.php
- Timestamp:
- 03/17/2009 12:59:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/default-widgets.php
r10797 r10798 217 217 218 218 $instance = $old_instance; 219 $new_instance = wp_parse_args( (array) $new_instance, array( 'title' => '', 'count' => 0, 'dropdown' => '') ); 219 220 $instance['title'] = strip_tags($new_instance['title']); 220 221 $instance['count'] = $new_instance['count'] ? 1 : 0;
Note: See TracChangeset
for help on using the changeset viewer.