comment_type || 'trackback' == $comment->comment_type) {
?>
';
$defaults['title_reply_after'] = '';
return $defaults;
}
// h2 Reply Title End
// Comment Cookie Checkbox
function bws_change_comment_form_cookies_consent($fields)
{
$consent = empty($commenter['comment_author_email']) ? '' : ' checked="checked"';
$fields['cookies'] = '';
return $fields;
}
add_filter('comment_form_default_fields', 'bws_change_comment_form_cookies_consent');
// Comment Cookie Checkbox End
// Open comment author link in new tab
add_filter('get_comment_author_link', 'open_comment_author_link_in_new_window');
function open_comment_author_link_in_new_window($author_link)
{
return str_replace("