Ticket #5762: 5762-1.patch
| File 5762-1.patch, 870 bytes (added by , 11 years ago) |
|---|
-
bp-members/bp-members-loader.php
85 85 * @param array $args See {@link BP_Component::setup_globals()}. 86 86 */ 87 87 public function setup_globals( $args = array() ) { 88 global $wpdb; 89 88 90 $bp = buddypress(); 89 91 90 92 /** Component Globals *************************************************/ … … 103 105 'search_string' => __( 'Search Members...', 'buddypress' ), 104 106 'global_tables' => array( 105 107 'table_name_last_activity' => bp_core_get_table_prefix() . 'bp_activity', 106 'table_name_signups' => bp_core_get_table_prefix() . 'signups',108 'table_name_signups' => $wpdb->base_prefix . 'signups', // signups is a global WordPress table 107 109 ) 108 110 ); 109 111
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)