Changeset 13468 for trunk/src/bp-members/bp-members-functions.php
- Timestamp:
- 05/03/2023 06:18:23 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-functions.php
r13454 r13468 162 162 $item_action_rewrite_id_suffix = str_replace( '-', '_', $single_item_action ); 163 163 $path_chunks['single_item_action'] = bp_rewrites_get_slug( 'members', 'member_' . $item_component_rewrite_id_suffix . '_' . $item_action_rewrite_id_suffix, $single_item_action ); 164 } 165 166 // If action variables were added as an array, reset chunks to it. 167 if ( isset( $chunks[0] ) && is_array( $chunks[0] ) ) { 168 $chunks = reset( $chunks ); 164 169 } 165 170
Note: See TracChangeset
for help on using the changeset viewer.