Changeset 12602 for trunk/src/bp-friends/bp-friends-activity.php
- Timestamp:
- 03/28/2020 09:21:09 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-activity.php
r12589 r12602 313 313 314 314 // Get the requested action. 315 $action = $filter['filter']['action'];315 $action = isset( $filter['filter']['action'] ) ? $filter['filter']['action'] : array(); 316 316 317 317 // Make sure actions are listed in an array.
Note: See TracChangeset
for help on using the changeset viewer.