Changeset 10801 for trunk/wp-includes/widgets.php
- Timestamp:
- 03/17/2009 02:58:15 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r10798 r10801 214 214 } 215 215 216 foreach ( (array) $_POST['widget-' . $this->id_base] as $number => $new_instance ) {216 foreach ( (array) $_POST['widget-' . $this->id_base] as $number => $new_instance ) { 217 217 $new_instance = stripslashes_deep($new_instance); 218 218 $this->_set($number); 219 220 if ( !isset($new_instance['submit']) ) 221 continue; 222 219 223 if ( isset($all_instances[$number]) ) 220 224 $instance = $this->update($new_instance, $all_instances[$number]);
Note: See TracChangeset
for help on using the changeset viewer.