Changeset 3917 for trunk/bp-activity/bp-activity-classes.php
- Timestamp:
- 01/25/2011 08:58:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r3903 r3917 151 151 152 152 // Get the fullnames of users so we don't have to query in the loop 153 if ( bp_is_active( ' profile' ) && $activities ) {153 if ( bp_is_active( 'xprofile' ) && $activities ) { 154 154 foreach ( (array)$activities as $activity ) { 155 155 if ( (int)$activity->user_id ) … … 365 365 // Select the user's fullname with the query so we don't have to 366 366 // fetch it for each comment 367 if ( bp_is_active( ' profile' ) ) {367 if ( bp_is_active( 'xprofile' ) ) { 368 368 $fullname_select = ", pd.value as user_fullname"; 369 369 $fullname_from = ", {$bp->profile->table_name_data} pd ";
Note: See TracChangeset
for help on using the changeset viewer.