From b333f28b2b9e30b055cbe15066b257b005a57083 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Fri, 8 Jan 2010 03:39:51 -0800 Subject: [PATCH] Issue#45 author retrieval information for author.php and fix for the deprecated get_author_link for displaypost.php, courtesy halkeye Signed-off-by: Philip M. Hofer (Frumph) --- author.php | 3 +-- functions/displaypost.php | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/author.php b/author.php index cfd269e..01a984d 100644 --- a/author.php +++ b/author.php @@ -3,8 +3,7 @@ ".get_the_time('F jS, Y')." | ".__(' by ','comicpress'). get_the_author_meta('display_name')."\r\n"; + global $post,$authordata; + + $post_author = "".get_the_time('F jS, Y')." | ".__(' by ','comicpress')."ID, $authordata->user_nicename )."\">".get_the_author()."\r\n"; echo apply_filters('comicpress_display_post_author',$post_author); }