Changeset 13716 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 01/28/2024 06:19:59 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r13636 r13716 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.