comment_status) : ?>

comment_status) : ?>

'; $comment_args = array( 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '' . '
' . ( $req ? '*' : '' ) . '
' . '
', 'email' => '' . '
' . ( $req ? '*' : '' ) . '
' . '
', 'url' => '' . '
' . ( $req ? '*' : '' ) . '
' . '
', ) ), 'comment_field' => '' . $message . '', 'comment_notes_after' => '', ); comment_form($comment_args); ?>