Changeset 11363 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 12/29/2016 09:24:53 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r11362 r11363 123 123 $callback = function( $a, $b ) use ( $key, $type ) { 124 124 $values = array( 0 => false, 1 => false ); 125 $func_args = func_get_args(); 126 foreach ( $func_args as $indexi => $index ) { 125 foreach ( func_get_args() as $indexi => $index ) { 127 126 if ( isset( $index->{$key} ) ) { 128 127 $values[ $indexi ] = $index->{$key};
Note: See TracChangeset
for help on using the changeset viewer.