Changeset 32601
- Timestamp:
- 05/25/2015 10:08:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r32568 r32601 1381 1381 $updated_widget = $this->call_widget_update( $widget_id ); // => {instance,form} 1382 1382 if ( is_wp_error( $updated_widget ) ) { 1383 wp_send_json_error( $updated_widget->get_error_ message() );1383 wp_send_json_error( $updated_widget->get_error_code() ); 1384 1384 } 1385 1385
Note: See TracChangeset
for help on using the changeset viewer.