Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2009 05:34:01 PM (16 years ago)
Author:
apeatling
Message:

Added new user link functions
Added ability to specify a forum ID as the parent forum.
Other minor cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r1176 r1180  
    286286}
    287287
     288function bp_get_loggedin_user_link() {
     289    global $bp;
     290   
     291    return $bp->loggedin_user->domain;
     292}
     293
     294function bp_get_displayed_user_link() {
     295    global $bp;
     296   
     297    return $bp->displayed_user->domain;
     298}
     299
    288300function bp_core_get_wp_profile() {
    289301   
Note: See TracChangeset for help on using the changeset viewer.