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 += "";