Skip to:
Content

BuddyPress.org

Ticket #3055: 3055.patch

File 3055.patch, 504 bytes (added by SergeyBiryukov, 15 years ago)
  • bp-loader.php

     
    3535if ( !defined( 'BP_PLUGIN_URL' ) )
    3636        define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) );
    3737
     38global $wpdb;
     39
    3840// Define the user and usermeta table names, useful if you are using custom or shared tables.
    3941if ( !defined( 'CUSTOM_USER_TABLE' ) )
    4042        define( 'CUSTOM_USER_TABLE',      $wpdb->base_prefix . 'users' );