mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Update reports.php
Bump limit as it's too low.
This commit is contained in:
parent
1cabbc9729
commit
83ef61b2f1
|
@ -65,7 +65,7 @@ function render_company_report_page() {
|
|||
$pledges = get_posts( array(
|
||||
'post_type' => '5ftf_pledge',
|
||||
'post_status' => $status,
|
||||
'posts_per_page' => 250, // set to 250 to avoid unexpected memory overuse.
|
||||
'posts_per_page' => 500, // set to 500 to avoid unexpected memory overuse.
|
||||
'orderby' => 'post_title',
|
||||
'order' => 'ASC',
|
||||
) );
|
||||
|
|
Loading…
Reference in a new issue