mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 16:51:18 +03:00
Update reports.php
This commit is contained in:
parent
5ea74de197
commit
62911560cd
|
@ -74,7 +74,7 @@ function render_company_report_page() {
|
|||
if ( 250 == count( $pledges ) ) {
|
||||
echo '<p>WARNING: pledge limit reached, check the code query.</p>';
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
<p>
|
||||
<b>Total:</b><?php echo count( $pledges ); ?>
|
||||
|
@ -106,7 +106,7 @@ function render_company_report_page() {
|
|||
<th>Pledge created</th>
|
||||
<th>Pledge updated</th>
|
||||
</tr>
|
||||
<?php
|
||||
<?php
|
||||
$all_contributors = 0;
|
||||
|
||||
$export_data = array();
|
||||
|
|
Loading…
Reference in a new issue