Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/19/2011 10:48:35 PM (13 years ago)
Author:
djpaul
Message:

Fix a bunch of URLs containing double forward slashes. See #3779

File:
1 edited

Legend:

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

    r5429 r5574  
    268268    $file .= "\n" .   '$bb->custom_user_table = \'' . $wpdb->users . '\';';
    269269    $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/\';';
    271271    $file .= "\n" .   '$bb->name = \'' . get_blog_option( bp_get_root_blog_id(), 'blogname' ) . ' ' . __( 'Forums', 'buddypress' ) . '\';';
    272272
Note: See TracChangeset for help on using the changeset viewer.