$commenter = wp_get_current_commenter();
$req = get_option( 'require_name_email' );
$aria_req = ( $req ? " aria-required='true'" : '' );
$fields = array(
'author' => '

' . ' ' . ( $req ? '*' : '' ) .
'

',
);

$comments_args = array(
'fields' => $fields,
'title_reply'=>'Please give us your valuable comment',
'label_submit' => 'Yorum Gönder'
);

comment_form($comments_args);

kendi tema durumunuza göre manipüle edebilirsiniz,comments.php'ye ekleyebilirsiniz