You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
This code show comment box down side "You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>"
Ahh, ok- well, found something via google. Seems you are not the only person that wants that removed. http://wordpress.org/support/topic/remove-you-may-use-these-html-tags-and-attributes-1 http://wordpress.org/support/topic/remove-you-may-use-these-html-tags-and-attributes http://wordpress.org/support/topic/remove-html-tags-and-attributes Code (markup):
@lovepreet ...try the quick way... add this css to your theme stylesheet. .form-allowed-tags { display: none; } Code (markup):