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