Changes between Version 1 and Version 2 of Ticket #7459, comment 5
- Timestamp:
- 01/04/2018 02:00:34 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7459, comment 5
v1 v2 1 1 xprofile: fix HTML entities in semi-colon seperated field values rendering incorrectly when auto-link is enabled. 2 2 3 `bp_xprofile_escape_field_data()` runs before th isfunction, which often runs esc_html().3 `bp_xprofile_escape_field_data()` runs before the function, which often runs esc_html(). 4 4 In turn, that encodes HTML entities in the string (";" becomes "'"). 5 5