[wp-hackers] Editing the Comment Reply Link

Otto otto at ottodestruct.com
Wed Dec 15 03:48:38 UTC 2010


On Tue, Dec 14, 2010 at 6:41 PM, David Law
<wp-hackers at google-adsense-templates.co.uk> wrote:
> This removes the text nofollow from a comments body. This works as
> expected. Going to try to use the concept to replace fully formed HTML
> links from the body of comments and leave something like

Why not just do this?

remove_filter( 'pre_comment_content',  'wp_rel_nofollow', 15);

-Otto


More information about the wp-hackers mailing list