Changeset 2641 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 02/10/2010 12:29:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r2635 r2641 50 50 <div class="comment-avatar-box"> 51 51 <div class="avb"> 52 <a href="<?php echo get_comment_author_url() ?>" >52 <a href="<?php echo get_comment_author_url() ?>" rel="nofollow"> 53 53 <?php if ( $comment->user_id ) : ?> 54 54 <?php echo bp_core_fetch_avatar( array( 'item_id' => $comment->user_id, 'width' => 50, 'height' => 50, 'email' => $comment->comment_author_email ) ); ?> … … 63 63 64 64 <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' ) ?> 66 66 <em><?php _e( 'On', 'buddypress' ) ?> <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date() ?></a></em> 67 67 </div>
Note: See TracChangeset
for help on using the changeset viewer.