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
This commit is contained in:
Ryan Boren 2005-01-21 00:38:04 +00:00
parent 7e34cc3a11
commit 4fe4ec5c05

View File

@ -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() {