Skip to:
Content

BuddyPress.org

Ticket #8367: 8367.diff

File 8367.diff, 622 bytes (added by dd32, 5 years ago)
  • src/bp-core/admin/bp-core-admin-tools.php

     
    628628                                ),
    629629                                'active_components' => array(
    630630                                        'label' => __( 'Active components', 'buddypress' ),
    631                                         'value' => implode( wp_list_pluck( $active_components, 'title' ), ', ' ),
     631                                        'value' => implode( ', ', wp_list_pluck( $active_components, 'title' ) ),
    632632                                ),
    633633                                'template_pack' => array(
    634634                                        'label' => __( 'Active template pack', 'buddypress' ),