Skip to content

Commit

Permalink
Revert this change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Jan 11, 2025
1 parent 5b3073b commit 0718de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/core/classes/class-event.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function get_display_datetime(): string {
return sprintf( __( '%1$s to %2$s', 'gatherpress' ), $start, $end );
}

return '';
return __( '', 'gatherpress' );
}

/**
Expand Down

0 comments on commit 0718de8

Please sign in to comment.