From 7b5bed480922367060e27f8429149ce878cae40f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 10 Nov 2005 16:52:12 +0000 Subject: [PATCH] Delete link fix from donncha. fixes #1862 git-svn-id: https://develop.svn.wordpress.org/trunk@3027 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/inline-uploading.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-admin/inline-uploading.php b/wp-admin/inline-uploading.php index 3e15440e26..038f2bfa04 100644 --- a/wp-admin/inline-uploading.php +++ b/wp-admin/inline-uploading.php @@ -179,19 +179,19 @@ if ( count($images) > 0 ) { $images_style .= "#target$i img { padding: {$ypadding}px {$xpadding}px; }\n"; $href = get_subpost_link($object); $images_script .= "href".$i."a = '$href';\nhref".$i."b = '{$image['guid']}';\n"; - $images_html .= <<$__subpost_on - $thumbtext - $__delete - $__close + $__subpost_on + $thumbtext + $__delete + $__close - + {$image[ -HERE; +"; $i++; } }