1 && get_option( 'page_comments' ) ) { ?>

'; $fields['email'] = '
'; $fields['url'] = '
'; return $fields; } add_filter('comment_form_default_fields','modify_comment_form_fields'); $comments_args = array( 'title_reply' => ''. __("Leave a comment", "kho").'', 'title_reply_to' => ''. __("Leave a comment", "kho").'', 'must_log_in' => '

' . sprintf( __( "You must be %slogged in%s to post a comment.", "kho" ), '', '' ) . '

', 'logged_in_as' => '

' . __( "Logged in as"," kho" ).' '.$user_identity.'. '. __("Log out »", "kho").'

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'comment_field' => '
', 'id_submit' => 'comment-submit', 'label_submit' => __("Post Comment", "kho"), ); comment_form($comments_args); ?>