Changeset 13468 for trunk/src/bp-groups/bp-groups-functions.php
- Timestamp:
- 05/03/2023 06:18:23 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r13451 r13468 4054 4054 4055 4055 if ( $chunks ) { 4056 // If action variables were added as an array, reset chunks to it. 4057 if ( isset( $chunks[0] ) && is_array( $chunks[0] ) ) { 4058 $chunks = reset( $chunks ); 4059 } 4060 4056 4061 foreach ( $chunks as $chunk ) { 4057 4062 if ( is_numeric( $chunk ) ) {
Note: See TracChangeset
for help on using the changeset viewer.