Changeset 10434 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 01/03/2016 06:14:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r10418 r10434 268 268 * @param mixed $field_value Field value. 269 269 * @param int $field_id Field type. 270 *271 270 * @return string 272 271 */ … … 284 283 * @param BP_XProfile_Field $field Field object. 285 284 * @param BP_XProfile_Field_Type $field_type_obj Field type object. 286 *287 285 * @return mixed 288 286 */ … … 310 308 function bp_xprofile_escape_field_data( $value, $field_type, $field_id ) { 311 309 if ( bp_xprofile_is_richtext_enabled_for_field( $field_id ) ) { 312 // xprofile_filter_kses() expects a BP_XProfile_ProfileData object.310 // The xprofile_filter_kses() expects a BP_XProfile_ProfileData object. 313 311 $data_obj = null; 314 312 if ( bp_is_user() ) { … … 337 335 * @param string $field_value Profile field data value. 338 336 * @param string $field_type Profile field type. 339 *340 337 * @return string 341 338 */ … … 484 481 * 485 482 * @param string $q SQL query. 486 *487 483 * @return string 488 484 */
Note: See TracChangeset
for help on using the changeset viewer.