Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/17/2010 09:14:04 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix loggedin/displayed/user link function names and keep backcompat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/members/single/member-header.php

    r2626 r3006  
    99<div id="item-header-content">
    1010
    11     <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></span></h2>
     11    <h2 class="fn"><a href="<?php bp_displayed_user_link() ?>"><?php bp_displayed_user_fullname() ?></a> <span class="highlight">@<?php bp_displayed_user_username() ?> <span>?</span></span></h2>
    1212    <span class="activity"><?php bp_last_activity( bp_displayed_user_id() ) ?></span>
    1313
Note: See TracChangeset for help on using the changeset viewer.