Changeset 12768 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 10/26/2020 02:11:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r12596 r12768 768 768 */ 769 769 if ( ! method_exists( $field, 'get_children' ) ) { 770 $field_obj = xprofile_get_field( $field->id );770 $field_obj = xprofile_get_field( $field->id, null, false ); 771 771 772 772 foreach ( $field as $field_prop => $field_prop_value ) {
Note: See TracChangeset
for help on using the changeset viewer.