Changeset 4421
- Timestamp:
- 05/24/2011 08:36:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r4394 r4421 184 184 $file .= "\n" . '$bb->custom_user_meta_table = \'' . $wpdb->usermeta . '\';'; 185 185 $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' ) . '\';'; 187 187 188 188 if ( is_multisite() )
Note: See TracChangeset
for help on using the changeset viewer.