mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
Pledge List: Show hours because it's a more meaningful statistic.
This commit is contained in:
parent
7273057950
commit
33d3bc1933
5 changed files with 28 additions and 18 deletions
|
@ -76,7 +76,7 @@ function get_aggregate_contributor_data_for_pledge( $pledge_id ) {
|
|||
break;
|
||||
|
||||
case 30: // Teams.
|
||||
$value = maybe_unserialize( $item['value'] );
|
||||
$value = (array) maybe_unserialize( $item['value'] );
|
||||
$carry['teams'] = array_merge( $carry['teams'], $value );
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue