mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user