Changeset 7232
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress/members/single/member-header.php
r6795 r7232 22 22 <div id="item-header-content"> 23 23 24 <h2 class="user-nicename">@<?php bp_displayed_user_username(); ?></h2> 24 <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> 25 <h2 class="user-nicename">@<?php bp_displayed_user_username(); ?></h2> 26 <?php endif; ?> 27 25 28 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 26 29 -
trunk/bp-themes/bp-default/members/single/member-header.php
r6218 r7232 26 26 </h2> 27 27 28 <span class="user-nicename">@<?php bp_displayed_user_username(); ?></span> 28 <?php if ( bp_is_active( 'activity' ) && bp_activity_do_mentions() ) : ?> 29 <span class="user-nicename">@<?php bp_displayed_user_username(); ?></span> 30 <?php endif; ?> 31 29 32 <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ); ?></span> 30 33
Note: See TracChangeset
for help on using the changeset viewer.