mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
phpcs: Add missing comma
This commit is contained in:
parent
fb1fe69b43
commit
253e65faca
|
@ -205,7 +205,7 @@ function capture_added_post_meta( $meta_id, $object_id, $meta_key, $meta_value )
|
|||
'pledge_email_confirmed',
|
||||
'Pledge email address confirmed.',
|
||||
array(
|
||||
'email' => get_post_meta( $object_id, PledgeMeta\META_PREFIX . 'org-pledge-email', true )
|
||||
'email' => get_post_meta( $object_id, PledgeMeta\META_PREFIX . 'org-pledge-email', true ),
|
||||
),
|
||||
get_current_user_id()
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue