Skip to content

Commit

Permalink
Extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jun 20, 2023
1 parent 2d0157c commit 3da94ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my-calendar-output.php
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ function mc_handle_permalinks() {
die;
} elseif ( ! $enabled && $is_permalink ) {
// Permalinks are not enabled, but this is an event permalink page.
$page = add_query_arg( 'mc_id', $mc_id, mc_get_uri() );
$page = add_query_arg( 'mc_id', $mc_id, mc_get_uri() );

wp_safe_redirect( $page );
die;
Expand Down

0 comments on commit 3da94ba

Please sign in to comment.