Changeset 2514 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 02/01/2010 12:01:22 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/_inc/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r2499 r2514 454 454 <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?> 455 455 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> 457 457 458 458 <?php do_action( 'bp_after_message_meta' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.