[wp-hackers] CVS: wordpress/wp-includes comment-functions.php, 1.17, 1.18 functions-formatting.php, 1.61, 1.62 vars.php, 1.44, 1.45

Christoph Rummel bronski at bronski.net
Sat Jan 22 13:06:23 GMT 2005


On 21.01.2005, at 22:07, Robert Deaton wrote:

> All opinions aside, it can be easily disabled. Make yourself a quick
> plugin or something and have the line:
>
> remove_filter('pre_comment_content', 'wp_rel_nofollow');

It's not that simple...

in comment-functions.php in function get_comment_author_link()
nofollow is inserted without filter, and then there is a nofollow
inserted in functions-formatting.php in function make_clickable()
and wp_rel_nofollow().

I'm working on it, but no promises yet. *sigh*

Chris



More information about the hackers mailing list