Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2012 02:45:59 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Replace direct references to $bp user domains with their functional equivalents. See #3994.

File:
1 edited

Legend:

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

    r5697 r5704  
    8181
    8282        if ( !$this->primary_link )
    83             $this->primary_link = $bp->loggedin_user->domain;
     83            $this->primary_link = bp_loggedin_user_domain();
    8484
    8585        // If we have an existing ID, update the activity item, otherwise insert it.
Note: See TracChangeset for help on using the changeset viewer.