Pass $d from comment_time() to get_comment_time(). Bug 724. Props: coffee2code

git-svn-id: http://svn.automattic.com/wordpress/trunk@2111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2005-01-21 00:38:04 +00:00
parent 4b699a0a34
commit 7348f9a66b
1 changed files with 1 additions and 1 deletions

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