- Timestamp:
- 01/29/2010 02:56:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/members/single/member-header.php
r2461 r2476 3 3 <?php bp_displayed_user_avatar( 'type=full' ) ?> 4 4 5 <h2 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_displayed_user_fullname() ?></a> <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ) ?></span></h2> 5 <h2 class="fn"><a href="<?php bp_user_link() ?>"><?php bp_displayed_user_fullname() ?></a> <span class="highlight">@<?php bp_displayed_user_username() ?> <span>?</span></h2> 6 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ) ?></span> 6 7 7 8 <?php do_action( 'bp_before_member_header_meta' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.