This plugin removes html line breaks, nl’s, p’s, and whitespace before and after comment text. It’s primary purpose is to stop those annoying spammers that like spacing their comments to get noticed.
Like this:
// starts here
<br/><br/><br/><br/>
Some text.
<br/><br/><br/><br/>
//ends here
Will be filtered and returned like this:
// starts here
Some text
// ends here
Download this plugin from WordPress.org
Copy contents to folder /wp-content/plugins/
——-