Changeset 3186 for branches/1.2/bp-xprofile.php
- Timestamp:
- 08/12/2010 06:33:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-xprofile.php
r3145 r3186 105 105 $bp->profile->id = 'profile'; 106 106 107 $bp->profile->table_name_groups = $wpdb->base_prefix . 'bp_xprofile_groups'; 108 $bp->profile->table_name_fields = $wpdb->base_prefix . 'bp_xprofile_fields'; 109 $bp->profile->table_name_data = $wpdb->base_prefix . 'bp_xprofile_data'; 107 $bp->profile->slug = BP_XPROFILE_SLUG; 108 109 $bp->profile->table_name_data = $bp->table_prefix . 'bp_xprofile_data'; 110 $bp->profile->table_name_groups = $bp->table_prefix . 'bp_xprofile_groups'; 111 $bp->profile->table_name_fields = $bp->table_prefix . 'bp_xprofile_fields'; 110 112 111 113 $bp->profile->format_notification_function = 'xprofile_format_notifications'; 112 $bp->profile->slug = BP_XPROFILE_SLUG;113 114 114 115 /* Register this in the active components array */
Note: See TracChangeset
for help on using the changeset viewer.