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
Post a Comment