jbrinley / wp-forms

An API for creating and processing forms in WordPress
101 stars 10 forks source link

Esc textarea content #13

Open korobochkin opened 8 years ago

korobochkin commented 8 years ago

Do esc_textarea() for <textarea> content.

$value = esc_textarea( $attributes['value'] );