From 4fe4ec5c05fd60b2a55067c984bff03e2b108759 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 21 Jan 2005 00:38:04 +0000 Subject: [PATCH] Pass $d from comment_time() to get_comment_time(). Bug 724. Props: coffee2code git-svn-id: https://develop.svn.wordpress.org/trunk@2111 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/comment-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/comment-functions.php b/wp-includes/comment-functions.php index 70a6eca535..6b7613f594 100644 --- a/wp-includes/comment-functions.php +++ b/wp-includes/comment-functions.php @@ -281,7 +281,7 @@ function get_comment_time( $d = '' ) { } function comment_time( $d = '' ) { - echo get_comment_time(); + echo get_comment_time($d); } function get_trackback_url() {