Skip to:
Content

BuddyPress.org

Changeset 5000


Ignore:
Timestamp:
08/18/2011 09:30:06 PM (14 years ago)
Author:
djpaul
Message:

Fix PHP warning when installing bbPress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r4961 r5000  
    180180            "define( 'BB_NONCE_KE"  => array( "'put your unique phrase here'",  "'" . addslashes( NONCE_KEY ) . "'" ),
    181181            "\$bb_table_prefix = '" => array( "'bb_'",                          "'" . $bp->table_prefix . "bb_'" ),
    182             "define( 'BB_LANG', '"  => array( "''",                             "'" . WPLANG . "'" )
     182            "define( 'BB_LANG', '"  => array( "''",                             "'" . get_locale() . "'" )
    183183        )
    184184    );
Note: See TracChangeset for help on using the changeset viewer.