Changeset 7800 for trunk/bp-core/bp-core-classes.php
- Timestamp:
- 02/05/2014 07:58:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-classes.php
r7703 r7800 1994 1994 */ 1995 1995 public function walk( $elements, $max_depth ) { 1996 $args = array_slice( func_get_args(), 2 ); 1996 $func_args = func_get_args(); 1997 1998 $args = array_slice( $func_args, 2 ); 1997 1999 $output = ''; 1998 2000
Note: See TracChangeset
for help on using the changeset viewer.