+

How to Remove the Capital “P” Function From WordPress 3.0

For a full explanation of the issue, check out Justin Tadlock’s article.

You can either install the Remove WordPress to WordPress Filter plugin or add the below code to your theme’s functions.php file.

remove_filter( 'the_content', 'capital_P_dangit' );
remove_filter( 'the_title', 'capital_P_dangit' );
remove_filter( 'comment_text', 'capital_P_dangit' );

Tagged with:

Leave a Reply

Your email address will not be published. Required fields are marked *

*

7,809 Spam Comments Blocked so far by Spam Free Wordpress

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>