Changeset 13717 for branches/12.0/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 01/28/2024 06:43:17 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-activity/bp-activity-functions.php
r13636 r13717 922 922 $types = array(); 923 923 foreach ( $actions_array as $component => $actions ) { 924 $new_types = wp_list_pluck( $actions, 'label', 'key' );924 $new_types = wp_list_pluck( (array) $actions, 'label', 'key' ); 925 925 926 926 if ( $types ) {
Note: See TracChangeset
for help on using the changeset viewer.