2ndkauboy/campsite-2017

campsite_2017_get_svg: escape the $unique_id

Closed this issue · 0 comments

$unique_id should be wrapped with esc_attr. Even though it's generated solely by another PHP function, and thus "safe", the way it's generated could change in the future so it's better to not have to also remember to escape it at that point in time.