Changeset 35371
- Timestamp:
- 10/23/2015 07:34:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r35317 r35371 3099 3099 */ 3100 3100 if ( $plugin_update_data === true ) { 3101 $status['error'] = __( 'Plugin update failed.' ); 3101 3102 wp_send_json_error( $status ); 3102 3103 } … … 3125 3126 wp_send_json_error( $status ); 3126 3127 3128 } else { 3129 // An unhandled error occured 3130 $status['error'] = __( 'Plugin update failed.' ); 3131 wp_send_json_error( $status ); 3127 3132 } 3128 3133 }
Note: See TracChangeset
for help on using the changeset viewer.