- Timestamp:
- 02/23/2016 01:01:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r35576 r36622 99 99 public function update( $new_instance, $old_instance ) { 100 100 $instance = array(); 101 $instance['title'] = sanitize_text_field( stripslashes( $new_instance['title'] ));101 $instance['title'] = sanitize_text_field( $new_instance['title'] ); 102 102 $instance['taxonomy'] = stripslashes($new_instance['taxonomy']); 103 103 return $instance;
Note: See TracChangeset
for help on using the changeset viewer.