Make WordPress Core


Ignore:
Timestamp:
03/05/2014 03:53:19 AM (12 years ago)
Author:
azaozz
Message:

Restyles the modal for attaching media to posts, take II (also some autoprefixer and imagemin). Props avryl, see #26952.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ajax-actions.php

    r27401 r27403  
    14661466    $html .= '</tbody></table>';
    14671467
    1468     $x = new WP_Ajax_Response();
    1469     $x->add( array(
    1470         'data' => $html
    1471     ));
    1472     $x->send();
     1468    wp_send_json_success( $html );
    14731469}
    14741470
Note: See TracChangeset for help on using the changeset viewer.