'
  • ', 'email' => '
  • ', 'url' => '
', ); $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ), 'comment_field' => '', 'comment_notes_before' => '', 'comment_notes_after' => '', 'label_submit' => __( 'Submit Comment','toppic' ) ); comment_form($args); ?>