Submitted by Jeff on Mon, 09/10/2012 - 9:08pm
How do you remove a class from the comment form.
This added a class to the preview button:
$form['actions']['submit']['#attributes']['class'][] = 'primary button';
But there was a class on the submit button that is canceling out this 'primary button' class
