Changeset 23165
- Timestamp:
- 12/10/2012 11:25:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/js/plupload/wp-plupload.js
r23100 r23165 151 151 var attributes, image; 152 152 153 // Ignore failed uploads. 154 if ( plupload.FAILED === file.status ) 155 return; 156 153 157 // Generate attributes for a new `Attachment` model. 154 158 attributes = _.extend({
Note: See TracChangeset
for help on using the changeset viewer.