Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/10/2010 11:38:25 AM (16 years ago)
Author:
apeatling
Message:

Updating user_domain() fetching and caching and removing any duplication with userurl().

File:
1 edited

Legend:

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

    r2284 r2285  
    6565            $this->email = attribute_escape( $this->profile_data['user_email'] );
    6666        } else {
    67             $this->user_url = bp_core_get_userurl( $this->id );
     67            $this->user_url = bp_core_get_user_domain( $this->id );
    6868            $this->user_link = bp_core_get_userlink( $this->id );
    6969            $this->fullname = attribute_escape( bp_core_get_user_displayname( $this->id ) );
Note: See TracChangeset for help on using the changeset viewer.