Changeset 6156 for branches/1.1/bb-includes/functions.bb-forums.php
- Timestamp:
- 12/09/2016 02:08:07 PM (10 years ago)
- File:
-
- 1 edited
-
branches/1.1/bb-includes/functions.bb-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-includes/functions.bb-forums.php
r2739 r6156 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)