Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/09/2011 02:35:57 PM (15 years ago)
Author:
djpaul
Message:

RTL fixes for BP-Default

File:
1 edited

Legend:

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

    r3655 r3682  
    382382
    383383            <div class="comment-meta">
    384                 <a href="<?php echo get_comment_author_url() ?>" rel="nofollow"><?php echo get_comment_author(); ?></a> <?php _e( 'said:', 'buddypress' ) ?>
     384                <?php printf( __( '%s said:', 'buddypress' ), '<a href="' . get_comment_author_url() . '" rel="nofollow">' . get_comment_author() . '</a>' ) ?>
    385385                <em><?php _e( 'On', 'buddypress' ) ?> <a href="#comment-<?php comment_ID() ?>" title=""><?php comment_date() ?></a></em>
    386386            </div>
Note: See TracChangeset for help on using the changeset viewer.