Make WordPress Core

Changeset 22823


Ignore:
Timestamp:
11/22/2012 12:24:54 PM (11 years ago)
Author:
koopersmith
Message:

Media: Properly render any pre-existing upload errors in the uploader status. see #21390.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/media-views.js

    r22821 r22823  
    18321832            this.errors.on( 'add remove reset', this.visibility, this );
    18331833            this.errors.on( 'add', this.error, this );
     1834            _.each( this.errors.models, this.error, this );
    18341835        },
    18351836
Note: See TracChangeset for help on using the changeset viewer.