you know that annoying html help after you comment form? Do you like minimalism? remove it!

Simply go into your comments.php file and

replace

[code]comment_form();[/code]

with

[code]comment_form(array('comment_notes_after' => ''));[/code]

Done!

read up about it in the WordPress Codex

Screen Shot 2013-03-13 at 1.28.30 AM