Changes in grunion-contact-form.php (v2.0)
335a336
> global $contact_form_subject;
348a350,351
> elseif ( $field['type'] == 'subject' && empty( $contact_form_subject ) )
> $contact_form_subject = $contact_form_values[ $id ];
Changes in grunion-contact-form.php (v2.0)
335a336
> global $contact_form_subject;
348a350,351
> elseif ( $field['type'] == 'subject' && empty( $contact_form_subject ) )
> $contact_form_subject = $contact_form_values[ $id ];
Proposed patches for Grunion can be added via tickets at http://plugins.trac.wordpress.org/ - give it the keyword grunion so that we can easily find it.
If you were just looked for a way to alter the subject line via code, I recommend using a filter instead.
This topic has been closed to new replies.