Changeset 10740 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r10557 r10740 83 83 * @since 2.3.0 84 84 * 85 * @param mixed $field_options Options to sanitize. 86 * 85 * @param mixed $field_options Options to sanitize. 87 86 * @return mixed 88 87 */ … … 100 99 * @since 2.3.0 101 100 * 102 * @param mixed $field_default Field defaults to sanitize. 103 * 101 * @param mixed $field_default Field defaults to sanitize. 104 102 * @return mixed 105 103 */ … … 115 113 * Run profile field values through kses with filterable allowed tags. 116 114 * 115 * @since 1.5.0 116 * 117 117 * @param string $content Content to filter. 118 118 * @param object|null $data_obj The BP_XProfile_ProfileData object. 119 *120 119 * @return string $content 121 120 */ … … 155 154 * Safely runs profile field data through kses and force_balance_tags. 156 155 * 156 * @since 1.2.6 157 * 157 158 * @param string $field_value Field value being santized. 158 159 * @param int $field_id Field ID being sanitized. 159 160 * @param bool $reserialize Whether to reserialize arrays before returning. Defaults to true. 160 161 * @param object|null $data_obj The BP_XProfile_ProfileData object. 161 *162 162 * @return string 163 163 */ … … 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 *220 219 * @return string $field_value Filtered XProfile field_value. False on failure. 221 220 */ … … 243 242 * @param string $field_type Field type. 244 243 * @param string|int $field_id Optional. ID of the field. 245 *246 244 * @return mixed 247 245 */ … … 394 392 * and swaps out user data with BP xprofile data, where available. 395 393 * 394 * @since 1.2.0 395 * 396 396 * @param array $comments Comments to filter in. 397 397 * @param int $post_id Post ID the comments are for. 398 *399 398 * @return array $comments 400 399 */
Note: See TracChangeset
for help on using the changeset viewer.