Make WordPress Core


Ignore:
Timestamp:
01/16/2007 07:17:48 AM (19 years ago)
Author:
ryan
Message:

Send to edit fix for non-image uploads. Props donncha. fixes #3486

File:
1 edited

Legend:

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

    r4670 r4743  
    239239                h += "<img src='" + ( 'thumb' == display ? ( this.currentImage.thumbBase + this.currentImage.thumb ) : ( this.currentImage.srcBase + this.currentImage.src ) ) + "' alt='" + this.currentImage.title + "' />";
    240240            else
    241                 h += this.currentImage.title;
     241                h += this.currentImage.srcBase + this.currentImage.src;
    242242            if ( 'none' != link )
    243243                h += "</a>";
Note: See TracChangeset for help on using the changeset viewer.