mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-13 13:55:44 +03:00
Hook up "Remove" button
This commit is contained in:
parent
d5c740ae84
commit
eacd2bf3f2
4 changed files with 59 additions and 11 deletions
|
@ -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 ) ) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue