- Timestamp:
- 04/04/2023 01:06:03 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-group-members-template.php
r13423 r13446 169 169 170 170 // Assemble the base URL for pagination. 171 $ base_url = trailingslashit( bp_get_group_permalink( $current_group ) .bp_current_action() );171 $chunks = array( bp_current_action() ); 172 172 if ( bp_action_variable() ) { 173 $base_url = trailingslashit( $base_url . bp_action_variable() ); 174 } 173 $chunks[] = bp_action_variable(); 174 } 175 176 $base_url = bp_get_group_url( 177 $current_group, 178 bp_groups_get_path_chunks( $chunks ) 179 ); 175 180 176 181 $members_args = $r;
Note: See TracChangeset
for help on using the changeset viewer.