- Timestamp:
- 04/08/2023 06:31:46 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php
r13443 r13449 594 594 'slug' => 'create', // slug is used because BP_Core_Nav requires it, but it's the scope 595 595 'li_class' => array( 'no-ajax', 'group-create', 'create-button' ), 596 'link' => bp_get_groups_directory_url( 597 array( 598 'create_single_item' => 1, 599 ) 600 ), 596 'link' => bp_groups_get_create_url(), 601 597 'text' => __( 'Create a Group', 'buddypress' ), 602 598 'count' => false,
Note: See TracChangeset
for help on using the changeset viewer.