Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Oct 7, 2024
1 parent 60d7203 commit cc2de33
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
return '';
}
if ( $event->is_trashed() ) :
?>
?>
<a href="<?php echo esc_url( Urls::event_trash( $event->id() ) ); ?>"
class="button is-small"
title="<?php echo esc_attr__( 'Restore', 'gp-translation-events' ); ?>">
Expand All @@ -35,9 +35,9 @@ class="event-list-item-button is-destructive"
title="<?php echo esc_attr__( 'Move to trash', 'gp-translation-events' ); ?>">
<span class="dashicons dashicons-trash"></span>
</a>
<?php
<?php
endif;
return ob_get_clean();
return ob_get_clean();
},
)
);

0 comments on commit cc2de33

Please sign in to comment.