mirror of
git://develop.git.wordpress.org/
synced 2025-04-05 04:33:18 +02:00
Media: Increase number of media items displayed per page.
Increase the number of media items displayed per page from 40 to 80 to improve the experience for users navigating the library on sites with a large quantity of media in the library. Props AlGala, antpb, hellofromTonya, joedolson, SergeyBiryukov, wb1234. Fixes #53827. git-svn-id: https://develop.svn.wordpress.org/trunk@51632 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
acfe40f335
commit
cd616cf406
@ -171,7 +171,7 @@ Query = Attachments.extend(/** @lends wp.media.model.Query.prototype */{
|
||||
* @readonly
|
||||
*/
|
||||
defaultArgs: {
|
||||
posts_per_page: 40
|
||||
posts_per_page: 80
|
||||
},
|
||||
/**
|
||||
* @readonly
|
||||
|
Loading…
x
Reference in New Issue
Block a user