Changeset 10200 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 10/07/2015 03:08:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r10179 r10200 811 811 */ 812 812 if ( ! method_exists( $field, 'get_children' ) ) { 813 $field_obj = new BP_XProfile_Field( $field->id );813 $field_obj = xprofile_get_field( $field->id ); 814 814 815 815 foreach ( $field as $field_prop => $field_prop_value ) {
Note: See TracChangeset
for help on using the changeset viewer.