Ticket #3055: 3055.patch
| File 3055.patch, 504 bytes (added by , 15 years ago) |
|---|
-
bp-loader.php
35 35 if ( !defined( 'BP_PLUGIN_URL' ) ) 36 36 define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) ); 37 37 38 global $wpdb; 39 38 40 // Define the user and usermeta table names, useful if you are using custom or shared tables. 39 41 if ( !defined( 'CUSTOM_USER_TABLE' ) ) 40 42 define( 'CUSTOM_USER_TABLE', $wpdb->base_prefix . 'users' );