From fbe0b3e5acf18ac1b74308b3117882a2c1a4eb84 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 25 Mar 2014 16:20:50 +0000 Subject: [PATCH] Don't allow the image editor thumbnail to be dragged. see #21811. git-svn-id: https://develop.svn.wordpress.org/trunk@27712 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/image-edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/includes/image-edit.php b/src/wp-admin/includes/image-edit.php index 2ca847ca10..9e8fe0b11b 100644 --- a/src/wp-admin/includes/image-edit.php +++ b/src/wp-admin/includes/image-edit.php @@ -161,7 +161,8 @@ function wp_image_editor($post_id, $msg = false) {

-
+ +