Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:33:22 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-filters.php

    r10417 r10418  
    115115 * Run profile field values through kses with filterable allowed tags.
    116116 *
    117  * @param string $content  Content to filter.
    118  * @param object $data_obj The BP_XProfile_ProfileData object.
     117 * @param string      $content  Content to filter.
     118 * @param object|null $data_obj The BP_XProfile_ProfileData object.
    119119 *
    120120 * @return string $content
     
    155155 * Safely runs profile field data through kses and force_balance_tags.
    156156 *
    157  * @param string $field_value Field value being santized.
    158  * @param int    $field_id    Field ID being sanitized.
    159  * @param bool   $reserialize Whether to reserialize arrays before returning. Defaults to true.
    160  * @param object $data_obj    The BP_XProfile_ProfileData object.
     157 * @param string      $field_value Field value being santized.
     158 * @param int         $field_id    Field ID being sanitized.
     159 * @param bool        $reserialize Whether to reserialize arrays before returning. Defaults to true.
     160 * @param object|null $data_obj    The BP_XProfile_ProfileData object.
    161161 *
    162162 * @return string
     
    240240 * @since 2.4.0 Added `$field_id` parameter.
    241241 *
    242  * @param mixed  $field_value Field value.
    243  * @param string $field_type  Field type.
    244  * @param int    $field_id    Optional. ID of the field.
     242 * @param mixed      $field_value Field value.
     243 * @param string     $field_type  Field type.
     244 * @param string|int $field_id    Optional. ID of the field.
    245245 *
    246246 * @return mixed
Note: See TracChangeset for help on using the changeset viewer.