Typo fix. fixes #3224
git-svn-id: http://svn.automattic.com/wordpress/trunk@4613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
995d839bfb
commit
a5b18aa47d
|
@ -78,7 +78,7 @@ addLoadEvent( function() {
|
|||
}
|
||||
h += "<div id='file-title'>"
|
||||
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
|
||||
h += "<h2>" + this.currentImage.title + "</h2>";
|
||||
h += " — <span>";
|
||||
|
|
Loading…
Reference in New Issue