Changeset 9308 for trunk/src/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-classes.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-classes.php
r9304 r9308 293 293 foreach( (array) $fields as $field_key => $field ) { 294 294 295 // Loop through tthe data in each field295 // Loop through the data in each field 296 296 foreach( (array) $field_data as $data ) { 297 297 … … 1808 1808 * 1809 1809 * BuddyPress considers a field's "options" to be, for example, the items in a selectbox. 1810 * These are stored separately in the database, and their templating is handled sep erately.1810 * These are stored separately in the database, and their templating is handled separately. 1811 1811 * 1812 1812 * This templating is separate from {@link BP_XProfile_Field_Type::edit_field_html()} because … … 2074 2074 * 2075 2075 * BuddyPress considers a field's "options" to be, for example, the items in a selectbox. 2076 * These are stored separately in the database, and their templating is handled sep erately.2076 * These are stored separately in the database, and their templating is handled separately. 2077 2077 * 2078 2078 * This templating is separate from {@link BP_XProfile_Field_Type::edit_field_html()} because … … 2257 2257 * 2258 2258 * BuddyPress considers a field's "options" to be, for example, the items in a selectbox. 2259 * These are stored separately in the database, and their templating is handled sep erately.2259 * These are stored separately in the database, and their templating is handled separately. 2260 2260 * 2261 2261 * This templating is separate from {@link BP_XProfile_Field_Type::edit_field_html()} because … … 2440 2440 * 2441 2441 * BuddyPress considers a field's "options" to be, for example, the items in a selectbox. 2442 * These are stored separately in the database, and their templating is handled sep erately.2442 * These are stored separately in the database, and their templating is handled separately. 2443 2443 * 2444 2444 * This templating is separate from {@link BP_XProfile_Field_Type::edit_field_html()} because … … 2614 2614 * 2615 2615 * BuddyPress considers a field's "options" to be, for example, the items in a selectbox. 2616 * These are stored separately in the database, and their templating is handled sep erately.2616 * These are stored separately in the database, and their templating is handled separately. 2617 2617 * 2618 2618 * This templating is separate from {@link BP_XProfile_Field_Type::edit_field_html()} because
Note: See TracChangeset
for help on using the changeset viewer.