Changes between Initial Version and Version 1 of Ticket #6592, comment 39
- Timestamp:
- 01/13/2016 11:59:32 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6592, comment 39
initial v1 3 3 Minor points (probably stating the obvious though, at this stage!) 4 4 5 * the emails appear to have the recepients name hardcoded {{{poster.name}}} always prints as 'Paul Gibbs'5 * The emails appear to have the recipients name hardcoded i.e always prints as 'Hi Paul Gibbs' 6 6 7 7 * In the customizer, currently in areas such as 'footer' the textarea is escaping html where ideally we would want to be running wp_kses_allowed_html so that we could add breaks or paragraphs to allow the user to build the footer they required and add links etc (again sure this is already on radar)