Changeset 4378 for trunk/bp-xprofile/bp-xprofile-loader.php
- Timestamp:
- 05/16/2011 10:22:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-loader.php
r4372 r4378 93 93 ); 94 94 95 $user_meta_keys = array(96 'profile_last_updated' => 'profile_last_updated'97 );98 99 95 $globals = array( 100 96 'slug' => BP_XPROFILE_SLUG, 101 97 'root_slug' => isset( $bp->pages->xprofile->slug ) ? $bp->pages->xprofile->slug : BP_XPROFILE_SLUG, 102 98 'notification_callback' => 'xprofile_format_notifications', 103 'global_tables' => $global_tables, 104 'user_meta_keys' => $user_meta_keys 99 'global_tables' => $global_tables 105 100 ); 106 101
Note: See TracChangeset
for help on using the changeset viewer.