- Issue created by @andrelzgava
Users currently have the ability to add any information to the taxonomy, including HTML tags. This presents a challenge as we need to access the label and apply html_entity_decode
to properly modify the label information.
We could make the label a public attribute, or alternatively, modify the label in the constructor method so that it can be overridden using html_entity_decode($label)
.
Downport
4.0
Code