Ticket #11421: ticket-11421-comment-template.patch
File ticket-11421-comment-template.patch, 529 bytes (added by , 15 years ago) |
---|
-
wp-includes/comment-template.php
604 604 $date = mysql2date(get_option('time_format'), $comment_date, $translate); 605 605 else 606 606 $date = mysql2date($d, $comment_date, $translate); 607 return apply_filters('get_comment_time', $date, $d, $gmt );607 return apply_filters('get_comment_time', $date, $d, $gmt, $translate); 608 608 } 609 609 610 610 /**