mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01: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. Built from https://develop.svn.wordpress.org/trunk@51632 git-svn-id: http://core.svn.wordpress.org/trunk@51238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c9bf6d13ef
commit
43e86e620a
@ -1409,7 +1409,7 @@ Query = Attachments.extend(/** @lends wp.media.model.Query.prototype */{
|
||||
* @readonly
|
||||
*/
|
||||
defaultArgs: {
|
||||
posts_per_page: 40
|
||||
posts_per_page: 80
|
||||
},
|
||||
/**
|
||||
* @readonly
|
||||
|
2
wp-includes/js/media-models.min.js
vendored
2
wp-includes/js/media-models.min.js
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51631';
|
||||
$wp_version = '5.9-alpha-51632';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user