Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7459, comment 5


Ignore:
Timestamp:
01/04/2018 02:00:34 PM (7 years ago)
Author:
DJPaul
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7459, comment 5

    v1 v2  
    11xprofile: fix HTML entities in semi-colon seperated field values rendering incorrectly when auto-link is enabled.
    22
    3 `bp_xprofile_escape_field_data()` runs before this function, which often runs esc_html().
     3`bp_xprofile_escape_field_data()` runs before the function, which often runs esc_html().
    44In turn, that encodes HTML entities in the string (";" becomes "'").
    55