Changeset 10853 for trunk/src/bp-activity/bp-activity-embeds.php
- Timestamp:
- 06/01/2016 04:59:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-embeds.php
r10852 r10853 104 104 105 105 // No need to requery if we already got the embed activity 106 if ( (int) $activity_id === (int)$activity->id ) {106 if ( (int) $activity_id === $activity->id ) { 107 107 return $activities_template->has_activities(); 108 108 }
Note: See TracChangeset
for help on using the changeset viewer.