Ticket #8367: 8367.diff
| File 8367.diff, 622 bytes (added by , 5 years ago) |
|---|
-
src/bp-core/admin/bp-core-admin-tools.php
628 628 ), 629 629 'active_components' => array( 630 630 'label' => __( 'Active components', 'buddypress' ), 631 'value' => implode( wp_list_pluck( $active_components, 'title' ), ', '),631 'value' => implode( ', ', wp_list_pluck( $active_components, 'title' ) ), 632 632 ), 633 633 'template_pack' => array( 634 634 'label' => __( 'Active template pack', 'buddypress' ),