Changeset 3376 for branches/plugin/bbp-admin/importers/bbpress.php
- Timestamp:
- 07/25/2011 06:40:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/importers/bbpress.php
r3375 r3376 31 31 32 32 $args = func_get_args(); 33 $args = call_user_func_array( array( &$this, ' _init' ), $args );33 $args = call_user_func_array( array( &$this, 'init' ), $args ); 34 34 35 35 if ( $args['host'] ) … … 55 55 * Based on, and taken from, the BackPress class in turn taken from the 1.0 branch of bbPress. 56 56 */ 57 function _init( $args )57 function init( $args ) 58 58 { 59 59 if ( 4 == func_num_args() ) {
Note: See TracChangeset
for help on using the changeset viewer.