Ticket #42794: wp-patch-uploadstatus.diff
File wp-patch-uploadstatus.diff, 481 bytes (added by , 6 years ago) |
---|
-
wp-includes/js/media-views.js
diff --git wp-includes/js/media-views.js wp-includes/js/media-views.js index 9dbdd5e..f0646d4 100644
UploaderStatus = View.extend(/** @lends wp.media.view.UploaderStatus.prototype * 5010 5010 this.errors.reset(); 5011 5011 this.errors.on( 'add remove reset', this.visibility, this ); 5012 5012 this.errors.on( 'add', this.error, this ); 5013 5014 this.ready(); 5013 5015 }, 5014 5016 /** 5015 5017 * @returns {wp.media.view.UploaderStatus}