Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Preserve line breaks in Wordpress comments

How can I preserve line breaks in Wordpress comments form?

Every line break in textarea of comment form converts into just a whitespace.

I tried manually adding wpautop to comment_text filter and tried something like this :

add_filter( 'comment_text','wpautop',30 );

but nothing helps.

Might be something wrong with textarea and it needs to add to it some attributes?

Comments