Skip to:
Content

BuddyPress.org

Ticket #5762: 5762.patch

File 5762.patch, 619 bytes (added by needle, 8 years ago)
  • bp-members/bp-members-loader.php

     
    103103                        'search_string'   => __( 'Search Members...', 'buddypress' ),
    104104                        'global_tables'   => array(
    105105                                'table_name_last_activity' => bp_core_get_table_prefix() . 'bp_activity',
    106                                 'table_name_signups'       => bp_core_get_table_prefix() . 'signups',
     106                                'table_name_signups'       => apply_filters( 'bp_signups_table_prefix', bp_core_get_table_prefix() ) . 'signups',
    107107                        )
    108108                );
    109109