Changeset 4746
- Timestamp:
- 01/16/2007 05:33:14 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload-js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload-js.php
r4743 r4746 239 239 h += "<img src='" + ( 'thumb' == display ? ( this.currentImage.thumbBase + this.currentImage.thumb ) : ( this.currentImage.srcBase + this.currentImage.src ) ) + "' alt='" + this.currentImage.title + "' />"; 240 240 else 241 h += this.currentImage. srcBase + this.currentImage.src;241 h += this.currentImage.title; 242 242 if ( 'none' != link ) 243 243 h += "</a>";
Note: See TracChangeset
for help on using the changeset viewer.