Changeset 12733 for branches/6.0/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 09/25/2020 02:02:21 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/bp-core/admin/bp-core-admin-tools.php
r12622 r12733 627 627 'active_components' => array( 628 628 'label' => __( 'Active components', 'buddypress' ), 629 'value' => implode( wp_list_pluck( $active_components, 'title' ), ', '),629 'value' => implode( ', ', wp_list_pluck( $active_components, 'title' ) ), 630 630 ), 631 631 'template_pack' => array(
Note: See TracChangeset
for help on using the changeset viewer.