Changeset 1868 for trunk/bp-xprofile/bp-xprofile-templatetags.php
- Timestamp:
- 09/14/2009 06:27:34 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-templatetags.php
r1847 r1868 396 396 $selected = ''; 397 397 } 398 399 400 398 401 399 $html .= apply_filters( 'bp_get_the_profile_field_options_select', '<option' . $selected . ' value="' . attribute_escape( $options[$k]->name ) . '">' . attribute_escape( $options[$k]->name ) . '</option>', $options[$k] ); 402 400 }
Note: See TracChangeset
for help on using the changeset viewer.