Changeset 10880
- Timestamp:
- 06/12/2016 07:18:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-screens.php
r10853 r10880 248 248 } 249 249 } 250 } 251 252 // If activity author does not match displayed user, block access. 253 if ( true === $has_access && bp_displayed_user_id() !== $activity->user_id ) { 254 $has_access = false; 250 255 } 251 256
Note: See TracChangeset
for help on using the changeset viewer.