From a5c4b6110c8f3a049dcae0e30de45355109ff80d Mon Sep 17 00:00:00 2001 From: Ryan Boren 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: https://develop.svn.wordpress.org/trunk@4743 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 += "";