]* class=[^>]+>', $commenter ) ) {
$commenter = ereg_replace( '(]* class=[\'"]?)', '\\1url ' , $commenter );
} else {
$commenter = ereg_replace( '(' . $commenter . '';
} // end thematic_commenter_link
// A hook for the standard comments template
function thematic_comments_template() {
do_action('thematic_comments_template');
} // end thematic_comments
// The standard comments template is injected into thematic_comments_template() by default
function thematic_include_comments() {
comments_template('', true);
} // end thematic_include_comments
add_action('thematic_comments_template','thematic_include_comments',5);