Endpoints: Update handler to "manage contributors"

This commit is contained in:
Kelly Dwan 2019-11-18 14:36:13 -05:00
parent 4594c44597
commit 171c70e03e
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
3 changed files with 9 additions and 8 deletions

View file

@ -484,7 +484,7 @@ function enqueue_assets() {
$script_data = [
'pledgeId' => get_the_ID(),
'manageNonce' => wp_create_nonce( 'manage-pledge' ),
'manageNonce' => wp_create_nonce( 'manage-contributors' ),
];
wp_add_inline_script(
'5ftf-admin',