Changeset 4678 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 07/18/2011 07:01:49 AM (15 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
r4671 r4678 528 528 <?php echo bp_loggedin_user_avatar( 'type=thumb&width=30&height=30' ); ?> 529 529 530 <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( bp_core_current_time() ) ) ?></span></strong>530 <strong><a href="<?php echo $bp->loggedin_user->domain ?>"><?php echo $bp->loggedin_user->fullname ?></a> <span class="activity"><?php printf( __( 'Sent %s', 'buddypress' ), bp_core_time_since( bp_core_current_time() ) ) ?></span></strong> 531 531 532 532 <?php do_action( 'bp_after_message_meta' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.