Make WordPress Core

Changeset 23162


Ignore:
Timestamp:
12/10/2012 10:58:28 PM (12 years ago)
Author:
markjaquith
Message:

Ignore failed uploads. props koopersmith. fixes #22849

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/plupload/wp-plupload.js

    r23100 r23162  
    151151                var attributes, image;
    152152
     153                // Ignore failed uploads.
     154                if ( plupload.FAILED === file.status )
     155                    return;
     156
    153157                // Generate attributes for a new `Attachment` model.
    154158                attributes = _.extend({
Note: See TracChangeset for help on using the changeset viewer.