From 52cd53fcc40abba4ae9d762c9226041320172ca4 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 16 Jan 2007 07:17:48 +0000 Subject: [PATCH] Send to edit fix for non-image uploads. Props donncha. fixes #3486 git-svn-id: http://svn.automattic.com/wordpress/trunk@4743 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upload-js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/upload-js.php b/wp-admin/upload-js.php index 67d7a9ea11..2bf69dbcfc 100644 --- a/wp-admin/upload-js.php +++ b/wp-admin/upload-js.php @@ -238,7 +238,7 @@ addLoadEvent( function() { if ( display && 'title' != display ) h += "" + this.currentImage.title + ""; else - h += this.currentImage.title; + h += this.currentImage.srcBase + this.currentImage.src; if ( 'none' != link ) h += "";