Changeset 12925
- Timestamp:
- 04/28/2021 11:51:49 PM (3 years ago)
- Location:
- trunk/src/bp-members
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r12924 r12925 67 67 'cache', 68 68 'invitations', 69 'notifications', 69 70 ); 70 71 … … 192 193 'table_name_optouts' => bp_core_get_table_prefix() . 'bp_optouts', 193 194 'table_name_signups' => $wpdb->base_prefix . 'signups', // Signups is a global WordPress table. 194 ) 195 ), 196 'notification_callback' => 'members_format_notifications', 195 197 ); 196 198 … … 484 486 } 485 487 } 486 487 488 488 489 parent::setup_nav( $main_nav, $sub_nav );
Note: See TracChangeset
for help on using the changeset viewer.