Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/25/2021 09:27:43 AM (4 years ago)
Author:
imath
Message:

BP Nouveau: unbind Custom Group Boxes from WordPress widgets

Custom Group Boxes can be used by plugins using the BP Group Extension API to include content into BP Nouveau Groups single item homepages. This feature shouldn't influence the display of the feedback informing the Admin he can use WordPress widgets into Groups single item homepages.

Fixes #8557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php

    r12908 r13095  
    44 *
    55 * @since 3.0.0
    6  * @version 7.2.1
     6 * @version 10.0.0
    77 */
    88
     
    855855        ),
    856856        'group_front_boxes' => array(
    857             'label'      => __( 'Enable widget region for group homepages. When enabled, the site admin can add widgets to group pages via the Widgets panel.', 'buddypress' ),
     857            'label'      => __( 'Enable custom boxes for group homepages. When enabled, Plugins using the BuddyPress Group Extension API can include content into these boxes.', 'buddypress' ),
    858858            'section'    => 'bp_nouveau_group_front_page',
    859859            'settings'   => 'bp_nouveau_appearance[group_front_boxes]',
Note: See TracChangeset for help on using the changeset viewer.