Changeset 4613

Show
Ignore:
Timestamp:
12/05/06 22:41:49 (2 years ago)
Author:
ryan
Message:

Typo fix. fixes #3224

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/upload-js.php

    r4611 r4613  
    7979            h += "<div id='file-title'>" 
    8080            if ( !this.currentImage.isImage ) 
    81                 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>"; 
     81                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>"; 
    8282            else 
    8383                h += "<h2>" + this.currentImage.title + "</h2>";