Changeset 7840 for trunk/bp-groups/bp-groups-loader.php
- Timestamp:
- 02/11/2014 02:58:50 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-loader.php
r7758 r7840 137 137 ); 138 138 139 // Metadata tables for groups component 140 $meta_tables = array( 141 'group' => $bp->table_prefix . 'bp_groups_groupmeta', 142 ); 143 139 144 // All globals for groups component. 140 145 // Note that global_tables is included in this array. … … 145 150 'notification_callback' => 'groups_format_notifications', 146 151 'search_string' => __( 'Search Groups...', 'buddypress' ), 147 'global_tables' => $global_tables 152 'global_tables' => $global_tables, 153 'meta_tables' => $meta_tables, 148 154 ); 149 155
Note: See TracChangeset
for help on using the changeset viewer.