Changeset 9573 for trunk/src/bp-notifications/bp-notifications-loader.php
- Timestamp:
- 03/01/2015 08:09:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-loader.php
r9572 r9573 65 65 */ 66 66 public function setup_globals( $args = array() ) { 67 $bp = buddypress(); 68 67 69 // Define a slug, if necessary 68 70 if ( !defined( 'BP_NOTIFICATIONS_SLUG' ) ) { … … 72 74 // Global tables for the notifications component 73 75 $global_tables = array( 74 'table_name' => bp_core_get_table_prefix() . 'bp_notifications' 76 'table_name' => $bp->table_prefix . 'bp_notifications', 77 'table_name_meta' => $bp->table_prefix . 'bp_notifications_meta', 75 78 ); 76 79
Note: See TracChangeset
for help on using the changeset viewer.