Closed cherbst closed 5 years ago
Hi, thank you for your contributions. I just have a question. Any reason you removed the calls to esc_attr()?
Yes, $iframe-size already contained the html attributes. The call to esc_attr() added double quotation marks, so it ended up with to something like width=""300"" height=""150"".
$iframe-size
esc_attr()
width=""300"" height=""150""
Hi, thank you for your contributions. I just have a question. Any reason you removed the calls to esc_attr()?