Changes between Initial Version and Version 1 of Ticket #7895, comment 7
- Timestamp:
- 06/16/2018 10:06:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7895, comment 7
initial v1 1 1 For this specific issue, it's just the Gravatar link. #7894 is similar but different. 2 2 3 If there is no way to avoid having HTML in a translatable strings, then the easiest solution is to use sprintf and a translator's comment along the lines of "do not remove <a> tags . Adding in a template-pack specific sanitisation function for a string is over-engineered.3 If there is no way to avoid having HTML in a translatable strings, then the easiest solution is to use sprintf and a translator's comment along the lines of "do not remove <a> tags". Adding in a template-pack specific sanitisation function for a string is over-engineering. 4 4 5 5 I think in #7894 we can try re-phrasing the sentence so that it is understandable and moves any HTML markup out of the translatable string (minus the placeholder). Over the next couple of weeks, I hope to have time to suggest some way of rephrasing the messages.