mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-12 06:53:44 +03:00
Switch pledge URL
Swap for a more usable field for pledge URL.
This commit is contained in:
parent
c244c7e596
commit
617e7f6287
|
@ -137,12 +137,12 @@ function render_company_report_page() {
|
|||
echo ' <td>' . esc_html( $usernames ) . '</td>';
|
||||
echo ' <td>' . esc_html( $teams ) . '</td>';
|
||||
echo ' <td>' . esc_html( $company_url ) . '</td>';
|
||||
echo ' <td>' . esc_html( $pledge_url ) . '</td>';
|
||||
echo ' <td>' . esc_html( $pledge->guid ) . '</td>';
|
||||
echo ' <td>' . esc_html( $email ). '</td>';
|
||||
echo ' <td>' . esc_html( $date_created ) . '</td>';
|
||||
echo ' <td>' . esc_html( $date_modified ) . '</td>';
|
||||
echo '</tr>';
|
||||
$export_data[] = array( $pledge->post_title, $pledge->post_status, $hours, $contributors, $usernames, $teams, $company_url, $pledge_url, $email, $date_created, $date_modified );
|
||||
$export_data[] = array( $pledge->post_title, $pledge->post_status, $hours, $contributors, $usernames, $teams, $company_url, $pledge->guid, $email, $date_created, $date_modified );
|
||||
}
|
||||
echo '</table>';
|
||||
echo '<p>Total contributors: ' . esc_html( $all_contributors ) . '</p>';
|
||||
|
|
Loading…
Reference in a new issue