Ticket #53856: 53856.3.diff
File 53856.3.diff, 615 bytes (added by , 3 years ago) |
---|
-
src/js/media/views/attachments/browser.js
130 130 mediaFoundHasMoreResultsMessage = __( 'Number of media items displayed: %d. Scroll the page for more results.' ); 131 131 } 132 132 133 if ( this.collection. hasOwnProperty('mirroring')&& this.collection.mirroring.args.s ) {133 if ( this.collection.mirroring && this.collection.mirroring.args.s ) { 134 134 count = this.collection.length; 135 135 136 136 if ( 0 === count ) {