Changeset 5574 for trunk/bp-forums/bp-forums-admin.php
- Timestamp:
- 12/19/2011 10:48:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r5429 r5574 268 268 $file .= "\n" . '$bb->custom_user_table = \'' . $wpdb->users . '\';'; 269 269 $file .= "\n" . '$bb->custom_user_meta_table = \'' . $wpdb->usermeta . '\';'; 270 $file .= "\n\n" . '$bb->uri = \'' . BP_PLUGIN_URL . ' /bp-forums/bbpress/\';';270 $file .= "\n\n" . '$bb->uri = \'' . BP_PLUGIN_URL . 'bp-forums/bbpress/\';'; 271 271 $file .= "\n" . '$bb->name = \'' . get_blog_option( bp_get_root_blog_id(), 'blogname' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';'; 272 272
Note: See TracChangeset
for help on using the changeset viewer.