Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/19/2011 10:48:35 PM (14 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-bbpress-sa.php

    r5117 r5574  
    1717    define( 'BB_PATH', BP_PLUGIN_DIR . '/bp-forums/bbpress/' );
    1818    define( 'BACKPRESS_PATH', BP_PLUGIN_DIR . '/bp-forums/bbpress/bb-includes/backpress/' );
    19     define( 'BB_URL', BP_PLUGIN_URL . '/bp-forums/bbpress/' );
     19    define( 'BB_URL', BP_PLUGIN_URL . 'bp-forums/bbpress/' );
    2020    define( 'BB_INC', 'bb-includes/' );
    2121
Note: See TracChangeset for help on using the changeset viewer.