diff --git a/src/my-calendar-output.php b/src/my-calendar-output.php index 03cafa78..c90959c4 100644 --- a/src/my-calendar-output.php +++ b/src/my-calendar-output.php @@ -1397,7 +1397,7 @@ function mc_show_event_template( $content ) { remove_filter( 'the_content', 'mc_show_event_template', 100, 1 ); $content = apply_filters( 'the_content', $content ); add_filter( 'the_content', 'mc_show_event_template', 100, 1 ); - | + } return $content; }