I searched the Developer Network for "xnhtmlentities" and found scant information regarding how or where this omnipresent function is configured. I searched the source code for "function xnhtmlentities" and "class xnhtmlentities" with no luck.
Have I overlooked a resource that explains the how xnhtmlentities work and where they are in the source code? I've modified the code to display an icon in front of each forum category on the Forum Home page, and now I would like to have those icons appear beside the category title on each of the category pages. There are numerous ways to accomplish this, but one solution was to modify the link url to include a variable indicating which icon to display.
I can come up with another solution, but I'd REALLY like to understand how xnhtmlentities work.
You know... I had seen it and marked it to be read and never did. That's an outstanding overview of the architecture and how to put it to use.
I get that xnhtmlentities is a Ning system function... a pretty comprehensive and remarkable one at that. And I see it used thousands of times throughout the architecture. So... does it just take what you send it and return it as safe HTML?