Skip to content

Commit

Permalink
Use remote icon block in attendee and contributor list
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Oct 10, 2024
1 parent d7957dc commit 9834b08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
);
?>
/-->
<?php if ( $attendee->is_remote() ) : ?>
<!-- wp:wporg-translate-events-2024/user-remote-attendance-mode /-->
<?php endif; ?>
<!-- wp:column -->
<div class="wp-block-column">
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ function ( Attendee $attendee ) {
);
?>
/-->
<?php if ( $contributor->is_remote() ) : ?>
<!-- wp:wporg-translate-events-2024/user-remote-attendance-mode /-->
<?php endif; ?>
<!-- wp:column -->
<div class="wp-block-column">
</div>
Expand Down

0 comments on commit 9834b08

Please sign in to comment.