Changeset 1903802
- Timestamp:
- 07/04/2018 07:52:45 AM (8 years ago)
- File:
-
- 1 edited
-
jetpack/trunk/modules/widgets/simple-payments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jetpack/trunk/modules/widgets/simple-payments.php
r1899629 r1903802 218 218 } 219 219 220 wp_send_json_success( [220 wp_send_json_success( array( 221 221 'product_post_id' => $product_post_id, 222 222 'product_post_title' => $params['post_title'], 223 ]);223 ) ); 224 224 } 225 225
Note: See TracChangeset
for help on using the changeset viewer.