Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/01/2010 12:01:22 PM (16 years ago)
Author:
apeatling
Message:

Various tweaks and fixes.

File:
1 edited

Legend:

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

    r2499 r2514  
    454454                <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?>
    455455
    456                 <h3><a href="<?php echo $bp->loggedin_user->domain ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?></span></h3>
     456                <strong><a href="<?php echo $bp->loggedin_user->domain ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s ago', 'buddypress' ), bp_core_time_since( time() ) ) ?></span></strong>
    457457
    458458                <?php do_action( 'bp_after_message_meta' ) ?>
Note: See TracChangeset for help on using the changeset viewer.