mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 07:15:43 +03:00
Flip placeholder pending
status to publish
now that testing done.
This commit is contained in:
parent
f409dbd3a6
commit
189c61bfe8
2 changed files with 2 additions and 4 deletions
|
@ -10,8 +10,7 @@ use const WordPressDotOrg\FiveForTheFuture\PledgeMeta\META_PREFIX;
|
|||
$contribution_data = XProfile\get_aggregate_contributor_data_for_pledge( get_the_ID() );
|
||||
|
||||
$contributors = Contributor\get_contributor_user_objects(
|
||||
// TODO set to 'publish' when finished testing.
|
||||
Contributor\get_pledge_contributors( get_the_ID(), 'pending' )
|
||||
Contributor\get_pledge_contributors( get_the_ID(), 'publish' )
|
||||
);
|
||||
|
||||
$report_page = get_page_by_path( 'report' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue