Changeset 6592
- Timestamp:
- 12/10/2012 10:26:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-classes.php
r6591 r6592 488 488 489 489 if ( !$comments = wp_cache_get( 'bp_activity_comments_' . $activity_id ) ) { 490 490 491 // Select the user's fullname with the query 491 492 if ( bp_is_active( 'xprofile' ) ) { … … 513 514 // Retrieve all descendants of the $root node 514 515 $descendants = $wpdb->get_results( $sql ); 516 $ref = array(); 515 517 516 518 // Loop descendants and build an assoc array
Note: See TracChangeset
for help on using the changeset viewer.