Changeset 12694 for trunk/src/bp-xprofile/bp-xprofile-filters.php
- Timestamp:
- 07/29/2020 06:44:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-filters.php
r12529 r12694 165 165 166 166 /** 167 * Filters profile field values for whitelisted HTML.167 * Filters profile field values for allowed HTML. 168 168 * 169 169 * @since 5.0.0 … … 178 178 179 179 /** 180 * Filters profile field values for whitelisted HTML, when coming from xprofile_get_field_data().180 * Filters profile field values for allowed HTML, when coming from xprofile_get_field_data(). 181 181 * 182 182 * @since 5.0.0 … … 337 337 * 338 338 * Most field values are simply run through esc_html(). Those that support rich text (by default, `textarea` only) 339 * are sanitized using kses, which allows a whitelist of HTML tags.339 * are sanitized using kses, which allows HTML tags from a controlled list. 340 340 * 341 341 * @since 2.4.0
Note: See TracChangeset
for help on using the changeset viewer.