[wp-trac] [WordPress Trac] #3842: Should make nofollow implementation cleaner and easier to remove

WordPress Trac wp-trac at lists.automattic.com
Wed Apr 13 21:07:53 UTC 2011


#3842: Should make nofollow implementation cleaner and easier to remove
-------------------------------------------------+-------------------------
 Reporter:  markjaquith                          |       Owner:
     Type:  enhancement                          |      Status:  new
 Priority:  normal                               |   Milestone:  Future
Component:  Comments                             |  Release
 Severity:  normal                               |     Version:  3.1
 Keywords:  nofollow spam rel comments           |  Resolution:
  trackbacks                                     |
-------------------------------------------------+-------------------------
Changes (by dilbert4life):

 * version:  2.1.1 => 3.1


Comment:

 It is easy to remove, add

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

 to your themes function.php - however, the function itself isn't very
 good, as it can add multiple rel attributes if a separate rel is already
 defined, like rel="external". See #9959 - working on a patch

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/3842#comment:22>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list