Changeset 12529 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 01/18/2020 12:44:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r12416 r12529 194 194 * @since 1.2.6 195 195 * 196 * @param string $field_value Field value being san tized.196 * @param string $field_value Field value being sanitized. 197 197 * @param int $field_id Field ID being sanitized. 198 198 * @param bool $reserialize Whether to reserialize arrays before returning. Defaults to true. … … 409 409 * Before splitting on the ";" character, decode the HTML entities, and re-encode after. 410 410 * This prevents input like "O'Hara" rendering as "O' Hara" (with each of those parts 411 * having a sep erate HTML link).411 * having a separate HTML link). 412 412 */ 413 413 $list_type = 'semicolon';
Note: See TracChangeset
for help on using the changeset viewer.