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