Hook up "Remove" button

This commit is contained in:
Kelly Dwan 2019-11-12 16:18:16 -05:00
parent d5c740ae84
commit eacd2bf3f2
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
4 changed files with 59 additions and 11 deletions

View file

@ -6,7 +6,7 @@ namespace WordPressDotOrg\FiveForTheFuture\View;
/** @var bool $readonly */
?>
<div class="5ftf-contributors">
<div id="5ftf-contributors">
<?php if ( ! empty( $contributors ) ) : ?>
<?php foreach ( $contributors as $contributor_status => $group ) : ?>
<?php if ( ! empty( $group ) ) : ?>