Changeset 7800 for trunk/bp-core/bp-core-functions.php
- Timestamp:
- 02/05/2014 07:58:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-functions.php
r7798 r7800 113 113 usort( $items, create_function( '$a, $b', ' 114 114 $values = array( 0 => false, 1 => false, ); 115 foreach ( func_get_args() as $indexi => $index ) { 115 $func_args = func_get_args(); 116 foreach ( $func_args as $indexi => $index ) { 116 117 if ( isset( $index->' . $key . ' ) ) { 117 118 $values[ $indexi ] = $index->' . $key . ';
Note: See TracChangeset
for help on using the changeset viewer.