Strip tags from title attributes
-
In a few places in the code, category descriptions are used in
title
attributes. If those descriptions contained HTML, then these then appear in the title attributes, which looks ugly. Astrip_tags($title, '')
is needed.
- The topic ‘Strip tags from title attributes’ is closed to new replies.