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

git-svn-id: https://develop.svn.wordpress.org/trunk@27403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-03-05 03:53:19 +00:00
parent 6afe83e3ca
commit 6beddbe7de
8 changed files with 88 additions and 96 deletions

View File

@@ -1465,11 +1465,7 @@ function wp_ajax_find_posts() {
$html .= '</tbody></table>';
$x = new WP_Ajax_Response();
$x->add( array(
'data' => $html
));
$x->send();
wp_send_json_success( $html );
}
function wp_ajax_widgets_order() {