Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/24/2016 11:25:28 AM (10 years ago)
Author:
djpaul
Message:

Fix indentation across all components.

Props Scrutinizer-CI

See #5891

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-bbpress-sa.php

    r10957 r11032  
    284284                        if ( 4 == func_num_args() ) {
    285285                                $args = array(
    286                                                 'user'     => $args,
    287                                                 'password' => func_get_arg( 1 ),
    288                                                 'name'     => func_get_arg( 2 ),
    289                                                 'host'     => func_get_arg( 3 ),
    290                                                 'charset'  => defined( 'BBDB_CHARSET' ) ? BBDB_CHARSET : false,
    291                                                 'collate'  => defined( 'BBDB_COLLATE' ) ? BBDB_COLLATE : false,
    292                                              );
     286                                        'user'     => $args,
     287                                        'password' => func_get_arg( 1 ),
     288                                        'name'     => func_get_arg( 2 ),
     289                                        'host'     => func_get_arg( 3 ),
     290                                        'charset'  => defined( 'BBDB_CHARSET' ) ? BBDB_CHARSET : false,
     291                                        'collate'  => defined( 'BBDB_COLLATE' ) ? BBDB_COLLATE : false,
     292                                );
    293293                        }
    294294
Note: See TracChangeset for help on using the changeset viewer.