Changeset 4137 for trunk/bp-friends/bp-friends-template.php
- Timestamp:
- 03/12/2011 09:25:51 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-template.php
r3841 r4137 134 134 <h5><?php echo bp_core_get_userlink( $user_ids['users'][$i]->user_id ) ?></h5> 135 135 136 <?php if ( function_exists( 'xprofile_get_random_profile_data' ) ) { ?>136 <?php if ( bp_is_active( 'xprofile' ) ) { ?> 137 137 138 138 <?php $random_data = xprofile_get_random_profile_data( $user_ids['users'][$i]->user_id, true ); ?> … … 149 149 <div class="action"> 150 150 151 <?php if ( function_exists( 'bp_add_friend_button' ) ) { ?>151 <?php if ( bp_is_active( 'friends' ) ) { ?> 152 152 153 153 <?php bp_add_friend_button( $user_ids['users'][$i]->user_id ) ?>
Note: See TracChangeset
for help on using the changeset viewer.