Changeset 4743 for trunk/wp-admin/upload-js.php
- Timestamp:
- 01/16/2007 07:17:48 AM (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
r4670 r4743 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. title;241 h += this.currentImage.srcBase + this.currentImage.src; 242 242 if ( 'none' != link ) 243 243 h += "</a>";
Note: See TracChangeset
for help on using the changeset viewer.