Changeset 4920 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 08/03/2011 09:03:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r4907 r4920 88 88 'table_name_groups' => $bp->table_prefix . 'bp_xprofile_groups', 89 89 'table_name_fields' => $bp->table_prefix . 'bp_xprofile_fields', 90 'table_name_meta' => $bp->table_prefix . 'bp_xprofile_meta',90 'table_name_meta' => $bp->table_prefix . 'bp_xprofile_meta', 91 91 ); 92 92 93 93 $globals = array( 94 94 'slug' => BP_XPROFILE_SLUG, 95 ' root_slug' => isset( $bp->pages->xprofile->slug ) ? $bp->pages->xprofile->slug : BP_XPROFILE_SLUG,95 'has_directory' => false, 96 96 'notification_callback' => 'xprofile_format_notifications', 97 97 'global_tables' => $global_tables
Note: See TracChangeset
for help on using the changeset viewer.