Ticket #27620: 27620.3.patch
File 27620.3.patch, 437 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/plupload/wp-plupload.js
272 272 up.refresh(); 273 273 }); 274 274 275 this.init(); 275 this.uploader.bind( 'PostInit', function() { 276 self.init(); 277 }); 276 278 }; 277 279 278 280 // Adds the 'defaults' and 'browser' properties.