Skip to content

Commit 3da94ba

Browse files
committed
Extra space
1 parent 2d0157c commit 3da94ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/my-calendar-output.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ function mc_handle_permalinks() {
12681268
die;
12691269
} elseif ( ! $enabled && $is_permalink ) {
12701270
// Permalinks are not enabled, but this is an event permalink page.
1271-
$page = add_query_arg( 'mc_id', $mc_id, mc_get_uri() );
1271+
$page = add_query_arg( 'mc_id', $mc_id, mc_get_uri() );
12721272

12731273
wp_safe_redirect( $page );
12741274
die;

0 commit comments

Comments
 (0)