Revert [4743]. Not needed.

git-svn-id: http://svn.automattic.com/wordpress/trunk@4746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-01-16 17:33:14 +00:00
parent 53e049fb76
commit 189f061cd8
1 changed files with 1 additions and 1 deletions

View File

@ -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>";