mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user