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 22, 2024
1 parent 9f8f859 commit 66a521b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' ); ?>
Expand Down

0 comments on commit 66a521b

Please sign in to comment.