Changeset 30982 for trunk/src/wp-includes/default-widgets.php
- Timestamp:
- 12/20/2014 10:46:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-widgets.php
r30281 r30982 1267 1267 1268 1268 public function update( $new_instance, $old_instance ) { 1269 $instance = array(); 1269 1270 $instance['title'] = strip_tags(stripslashes($new_instance['title'])); 1270 1271 $instance['taxonomy'] = stripslashes($new_instance['taxonomy']);
Note: See TracChangeset
for help on using the changeset viewer.