From 0449c5532e4df9a4cee182e4e307cd4adac88160 Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 29 Nov 2008 04:28:37 +0000 Subject: [PATCH] PressThis fix from Noel, see #7949 git-svn-id: http://svn.automattic.com/wordpress/trunk@9961 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/press-this.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/press-this.php b/wp-admin/press-this.php index 2a46c99c80..aff6db4dd5 100644 --- a/wp-admin/press-this.php +++ b/wp-admin/press-this.php @@ -266,7 +266,7 @@ switch ($_REQUEST['ajax']) { img_attr = 'id="img' + i + '"'; skip = false; - maybeappend = ''; + maybeappend = ''; if (img.width && img.height) { if (img.width >= 30 && img.height >= 30) {