Changeset 35724 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 11/21/2015 02:51:57 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r35381 r35724 1381 1381 * instead of the default widget instance value (an empty array). 1382 1382 */ 1383 $this->manager->set_post_value( $setting_id, $ instance);1383 $this->manager->set_post_value( $setting_id, $this->sanitize_widget_js_instance( $instance ) ); 1384 1384 1385 1385 // Obtain the widget control with the updated instance in place.
Note: See TracChangeset
for help on using the changeset viewer.