thesis_comment_date
Description
Can be used to replace the date/time stamp within span.comment_time in the comment listing.
Example
function remove_comment_permalink($text) {
$text = strip_tags($text);
return $text;
}
add_filter('thesis_comment_date', 'remove_comment_permalink');
History
- This filter was added in version 1.7.