Changeset 6167 for branches/1.2/bb-includes/functions.bb-forums.php
- Timestamp:
- 12/13/2016 09:16:20 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bb-includes/functions.bb-forums.php
r2739 r6167 62 62 $args = array( 'child_of' => $args, 'hierarchical' => 1, 'depth' => 0 ); 63 63 } elseif ( is_callable($args) ) { 64 $_args = func_get_args(); 64 65 $args = array( 'callback' => $args ); 65 66 if ( 1 < func_num_args() ) 66 $args['callback_args'] = func_get_arg(1);67 $args['callback_args'] = $_args[1]; 67 68 } 68 69
Note: See TracChangeset
for help on using the changeset viewer.