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