Manage Pledge: Enable pledge admins to edit contributors from manage form

This commit is contained in:
Kelly Dwan 2019-11-22 15:43:55 -05:00
parent 77391b5c46
commit b1b2ba9732
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
6 changed files with 63 additions and 12 deletions

View file

@ -33,6 +33,11 @@ require __DIR__ . '/partial-result-messages.php';
value="<?php esc_attr_e( 'Update Pledge', 'wporg-5ftf' ); ?>"
/>
</div>
<h2><?php esc_html_e( 'Contributors', 'wporg-5ftf' ); ?></h2>
<?php require get_views_path() . 'manage-contributors.php'; ?>
</form>
<?php endif; ?>