paulgibbs / achievements

Achievements gamifies your WordPress site with challenges, badges, and points.
http://achievementsapp.com
63 stars 9 forks source link

check output escaping for dpa_achievement_redemption_code #134

Closed paulgibbs closed 10 years ago

paulgibbs commented 10 years ago

Not sure why this is being ran through the number i18n function. The print version of the function should probably use esc_html, and we should audit all the template functions for output escaping while we're at it.