From 189f061cd891ca039fe2d8eedbde734326b7c7bd Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 16 Jan 2007 17:33:14 +0000 Subject: [PATCH] Revert [4743]. Not needed. git-svn-id: http://svn.automattic.com/wordpress/trunk@4746 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 2bf69dbcfc..67d7a9ea11 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.srcBase + this.currentImage.src; + h += this.currentImage.title; if ( 'none' != link ) h += "";