Revert [4743]. Not needed.
git-svn-id: https://develop.svn.wordpress.org/trunk@4746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fd1a5d4139
commit
d7303dbcd3
@ -238,7 +238,7 @@ addLoadEvent( function() {
|
||||
if ( display && 'title' != display )
|
||||
h += "<img src='" + ( 'thumb' == display ? ( this.currentImage.thumbBase + this.currentImage.thumb ) : ( this.currentImage.srcBase + this.currentImage.src ) ) + "' alt='" + this.currentImage.title + "' />";
|
||||
else
|
||||
h += this.currentImage.srcBase + this.currentImage.src;
|
||||
h += this.currentImage.title;
|
||||
if ( 'none' != link )
|
||||
h += "</a>";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user