Ticket #25078: fix.diff
File fix.diff, 462 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/media-models.js
693 693 }); 694 694 695 695 // Clone the args so manipulation is non-destructive. 696 args = _.clone( this.args );696 var args = _.clone( this.args ); 697 697 698 698 // Determine which page to query. 699 699 if ( -1 !== args.posts_per_page )