mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 02:45:43 +03:00
Update display to use new design
This commit is contained in:
parent
5a72ff8b53
commit
5d4d1b7f4c
3 changed files with 74 additions and 38 deletions
|
@ -262,6 +262,8 @@ function get_pledge_contributors_data( $pledge_id ) {
|
|||
'avatar' => get_avatar( $contributor, 32 ),
|
||||
// @todo Add full name, from `$contributor`?
|
||||
'name' => $name,
|
||||
'displayName' => $contributor->display_name,
|
||||
'publishDate' => get_the_date( '', $contributor_post ),
|
||||
'resendLabel' => __( 'Resend Confirmation', 'wporg' ),
|
||||
'removeConfirm' => sprintf( __( 'Remove %s from this pledge?', 'wporg-5ftf' ), $name ),
|
||||
'removeLabel' => sprintf( __( 'Remove %s', 'wporg' ), $name ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue