Skip to:
Content

BuddyPress.org

Changeset 4421


Ignore:
Timestamp:
05/24/2011 08:36:13 PM (13 years ago)
Author:
djpaul
Message:

Use correct option name to get the site name when generating bb-config.php. Props wpmuguru, see #3231

File:
1 edited

Legend:

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

    r4394 r4421  
    184184    $file .= "\n" .   '$bb->custom_user_meta_table = \'' . $wpdb->usermeta . '\';';
    185185    $file .= "\n\n" . '$bb->uri = \'' . BP_PLUGIN_URL . '/bp-forums/bbpress/\';';
    186     $file .= "\n" .   '$bb->name = \'' . get_blog_option( BP_ROOT_BLOG, 'name' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';';
     186    $file .= "\n" .   '$bb->name = \'' . get_blog_option( BP_ROOT_BLOG, 'blogname' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';';
    187187
    188188    if ( is_multisite() )
Note: See TracChangeset for help on using the changeset viewer.