Make WordPress Core


Ignore:
Timestamp:
12/05/2006 10:41:49 PM (18 years ago)
Author:
ryan
Message:

Typo fix. fixes #3224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>";
Note: See TracChangeset for help on using the changeset viewer.