Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2011 06:40:41 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Rename remaining functions prefixed with an underscore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/importers/bbpress.php

    r3375 r3376  
    3131
    3232        $args = func_get_args();
    33         $args = call_user_func_array( array( &$this, '_init' ), $args );
     33        $args = call_user_func_array( array( &$this, 'init' ), $args );
    3434
    3535        if ( $args['host'] )
     
    5555     * Based on, and taken from, the BackPress class in turn taken from the 1.0 branch of bbPress.
    5656     */
    57     function _init( $args )
     57    function init( $args )
    5858    {
    5959        if ( 4 == func_num_args() ) {
Note: See TracChangeset for help on using the changeset viewer.