Changeset 8785 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 08/10/2014 08:33:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r8705 r8785 37 37 $type = preg_replace( '|[^a-z]|i', '', $type ); 38 38 39 $groups = BP_XProfile_Group::get( array(39 $groups = bp_xprofile_get_groups( array( 40 40 'fetch_fields' => true 41 41 ) ); … … 288 288 do_action( 'xprofile_fields_saved_field', $field ); 289 289 290 $groups = BP_XProfile_Group::get();290 $groups = bp_xprofile_get_groups(); 291 291 xprofile_admin( $message, $type ); 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.