PluginProbe
Photonic Gallery & Lightbox for Flickr, SmugMug & Others / 3.37
Photonic Gallery & Lightbox for Flickr, SmugMug & Others v3.37
3.37 3.36 3.35 3.34 3.33 2.19 2.20 2.21 2.22 2.23 2.24 2.25 2.26 2.27 2.28 2.29 2.30 2.31 2.32 2.33 2.34 2.40 2.41 2.42 2.43 All 142 releases
← All changes | Core/Template.php +1 -1 3.36 → 3.37 View file →
@@ -31,9 +31,9 @@
31 31 global $photonic_page_title, $photonic_gallery_template_page;
32 32 if (!empty($id)) {
33 33 if (!empty($photonic_gallery_template_page) && is_page($photonic_gallery_template_page) && 'replace-if-available' === $photonic_page_title && absint($photonic_gallery_template_page) === absint($id)) {
34 34 if (isset($_REQUEST['photonic_gallery_title'])) { // phpcs:ignore WordPress.Security.NonceVerification
35 - return wptexturize(stripslashes_deep(wp_kses_post($_REQUEST['photonic_gallery_title']))); // phpcs:ignore WordPress.Security.NonceVerification
35 + return wptexturize(stripslashes_deep(wp_kses_data($_REQUEST['photonic_gallery_title']))); // phpcs:ignore WordPress.Security.NonceVerification
36 36 }
37 37 }
38 38 }
39 39 return $title;