Changeset 11447 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 03/04/2017 06:26:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r11287 r11447 100 100 * 101 101 * @param mixed $field_default Field defaults to sanitize. 102 * @return mixed102 * @return array|int 103 103 */ 104 104 function bp_xprofile_sanitize_field_default( $field_default = '' ) { … … 217 217 * @param string $field_value XProfile field_value to be filtered. 218 218 * @param string $field_type XProfile field_type to be filtered. 219 * @return string $field_value Filtered XProfile field_value. False on failure.219 * @return false|string $field_value Filtered XProfile field_value. False on failure. 220 220 */ 221 221 function xprofile_filter_format_field_value( $field_value, $field_type = '' ) { … … 337 337 * @param string $field_value Profile field data value. 338 338 * @param string $field_type Profile field type. 339 * @return string 339 * @return string|array 340 340 */ 341 341 function xprofile_filter_link_profile_data( $field_value, $field_type = 'textbox' ) {
Note: See TracChangeset
for help on using the changeset viewer.