From 08c5b3f725ccafa9e7ff7fd413145a76bffddc81 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 5 Jul 2013 15:45:43 +0000 Subject: [PATCH] Instead of saying that scaling up images will result in fuzzy images, just say that it's not supported (because it isn't). fixes #23713. props ericlewis. git-svn-id: https://develop.svn.wordpress.org/trunk@24562 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/image-edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/image-edit.php b/wp-admin/includes/image-edit.php index 22e209511c..9d717d7ea4 100644 --- a/wp-admin/includes/image-edit.php +++ b/wp-admin/includes/image-edit.php @@ -82,7 +82,7 @@ function wp_image_editor($post_id, $msg = false) {
-

+