add_filter('get_comment_author_link','yeni');
function yeni($varsayilan){
$url=get_comment_author_url( $comment_ID );
$author = get_comment_author( $comment_ID );

if ( empty( $url ) || 'http://' == $url )
return $author;
else
$url=get_home_url().'/git.php?git='.get_comment_author_url( $comment_ID );
return "$author";
}


Filtre ekleyerekte yapılabilir. Temanın functions.php sayfasına eklemeniz yeterli