diff --git a/functions/displaypost.php b/functions/displaypost.php index c6e1671..47b3cb5 100644 --- a/functions/displaypost.php +++ b/functions/displaypost.php @@ -43,7 +43,7 @@ function comicpress_display_post_calendar($is_comic = false) { function comicpress_display_post_author() { global $post; - $post_author = "
".get_the_time('F jS, Y')." | ".__(' by ','comicpress'). get_the_author_meta('display_name')."
\r\n"; + $post_author = "".get_the_time('F jS, Y')." | ".__(' by ','comicpress'). get_the_author_meta('display_name')."\r\n"; echo apply_filters('comicpress_display_post_author',$post_author); }