Changeset 27403 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/05/2014 03:53:19 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r27401 r27403 1466 1466 $html .= '</tbody></table>'; 1467 1467 1468 $x = new WP_Ajax_Response(); 1469 $x->add( array( 1470 'data' => $html 1471 )); 1472 $x->send(); 1468 wp_send_json_success( $html ); 1473 1469 } 1474 1470
Note: See TracChangeset
for help on using the changeset viewer.