Changeset 13301 for sites/trunk/wp-themes.com/public_html/wp-content/plugins/style-variations/inc/page-intercept.php
- Timestamp:
- 03/11/2024 01:59:36 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp-themes.com/public_html/wp-content/plugins/style-variations/inc/page-intercept.php
r12349 r13301 13 13 } 14 14 15 return sanitize_text_field( urldecode( $_GET['style_variation']) );15 return sanitize_text_field( urldecode( wp_unslash( $_GET['style_variation'] ) ) ); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.