Changeset 4498
- Timestamp:
- 11/20/2006 01:46:20 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r4495 r4498 94 94 else 95 95 $date = mysql2date($d, $comment->comment_date); 96 return apply_filters('get_comment_date', $date );96 return apply_filters('get_comment_date', $date, $d); 97 97 } 98 98 … … 192 192 else 193 193 $date = mysql2date($d, $comment_date); 194 return apply_filters('get_comment_time', $date );194 return apply_filters('get_comment_time', $date, $d, $gmt); 195 195 } 196 196
Note: See TracChangeset
for help on using the changeset viewer.