Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/10/2010 12:29:59 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1789

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r2635 r2641  
    5050        <div class="comment-avatar-box">
    5151            <div class="avb">
    52                 <a href="<?php echo get_comment_author_url() ?>">
     52                <a href="<?php echo get_comment_author_url() ?>" rel="nofollow">
    5353                    <?php if ( $comment->user_id ) : ?>
    5454                        <?php echo bp_core_fetch_avatar( array( 'item_id' => $comment->user_id, 'width' => 50, 'height' => 50, 'email' => $comment->comment_author_email ) ); ?>
     
    6363
    6464            <div class="comment-meta">
    65                 <a href="<?php echo get_comment_author_url() ?>"><?php echo get_comment_author(); ?></a> <?php _e( 'said:', 'buddypress' ) ?>
     65                <a href="<?php echo get_comment_author_url() ?>" rel="nofollow"><?php echo get_comment_author(); ?></a> <?php _e( 'said:', 'buddypress' ) ?>
    6666                <em><?php _e( 'On', 'buddypress' ) ?> <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date() ?></a></em>
    6767            </div>
Note: See TracChangeset for help on using the changeset viewer.