Skip to content

Commit

Permalink
Add missing restore link
Browse files Browse the repository at this point in the history
  • Loading branch information
trymebytes committed Nov 15, 2024
1 parent c3f4a12 commit 3713a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
}
if ( $event->is_trashed() ) :
?>
<a href=""
<a href="<?php echo esc_url( Urls::event_trash( $event->id() ) ); ?>"
class="small-btn"
title="<?php echo esc_attr__( 'Restore', 'gp-translation-events' ); ?>">
<?php echo esc_attr__( 'Restore', 'gp-translation-events' ); ?>

0 comments on commit 3713a11

Please sign in to comment.