- Timestamp:
- 03/18/2023 09:42:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/functions.php
r13433 r13437 562 562 'slug' => 'all', // slug is used because BP_Core_Nav requires it, but it's the scope 563 563 'li_class' => array( 'selected' ), 564 'link' => bp_get_groups_directory_ permalink(),564 'link' => bp_get_groups_directory_url(), 565 565 'text' => __( 'All Groups', 'buddypress' ), 566 566 'count' => bp_get_total_group_count(), … … 591 591 'slug' => 'create', // slug is used because BP_Core_Nav requires it, but it's the scope 592 592 'li_class' => array( 'no-ajax', 'group-create', 'create-button' ), 593 'link' => trailingslashit( bp_get_groups_directory_permalink() . 'create' ), 593 'link' => bp_get_groups_directory_url( 594 array( 595 'create_single_item' => 1, 596 ) 597 ), 594 598 'text' => __( 'Create a Group', 'buddypress' ), 595 599 'count' => false,
Note: See TracChangeset
for help on using the changeset viewer.