Revision: 40329
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 30, 2011 14:11 by silentpro
Initial Code
/* NO FOLLOW COMMENT LINKS */ <?php function add_nofollow_to_comments_popup_link(){ return ' rel="nofollow" ';} add_filter( 'comments_popup_link_attributes', 'add_nofollow_to_comments_popup_link' ); ?>
Initial URL
Initial Description
Initial Title
Nofollow Wordpress Comment Links
Initial Tags
php, textmate, wordpress, links
Initial Language
Other