Typo fix. fixes #3224
git-svn-id: https://develop.svn.wordpress.org/trunk@4613 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32c1d247ac
commit
315908c7d6
@ -78,7 +78,7 @@ addLoadEvent( function() {
|
|||||||
}
|
}
|
||||||
h += "<div id='file-title'>"
|
h += "<div id='file-title'>"
|
||||||
if ( !this.currentImage.isImage )
|
if ( !this.currentImage.isImage )
|
||||||
h += "<h2><a href='" + this.currentImage.srcBase + this.currentImage.src + "' onclick='return false;' title='<?php echo wp_specialchars(__('Direct link to file'), 1); ?>'" + this.currentImage.title + "</a></h2>";
|
h += "<h2><a href='" + this.currentImage.srcBase + this.currentImage.src + "' onclick='return false;' title='<?php echo wp_specialchars(__('Direct link to file'), 1); ?>'>" + this.currentImage.title + "</a></h2>";
|
||||||
else
|
else
|
||||||
h += "<h2>" + this.currentImage.title + "</h2>";
|
h += "<h2>" + this.currentImage.title + "</h2>";
|
||||||
h += " — <span>";
|
h += " — <span>";
|
||||||
|
Loading…
Reference in New Issue
Block a user