mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-10 12:35:46 +03:00
Manage Pledge: Enable pledge admins to edit contributors from manage form
This commit is contained in:
parent
77391b5c46
commit
b1b2ba9732
6 changed files with 63 additions and 12 deletions
|
@ -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; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue