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:
parent
7e34cc3a11
commit
4fe4ec5c05
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user