Skip to content

Commit

Permalink
Whoops. A pipe is not a brace.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 13, 2024
1 parent f9514b1 commit bd6a301
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 @@ -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;
}
Expand Down

0 comments on commit bd6a301

Please sign in to comment.