Changeset 2966573
- Timestamp:
- 09/13/2023 02:25:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ldd-directory-lite/trunk/includes/class.processor.php
r2794562 r2966573 50 50 return; 51 51 52 $nonce = sanitize_ post_field($_POST['action']);52 $nonce = sanitize_text_field($_POST['action']); 53 53 54 54 if ($nonce) {
Note: See TracChangeset
for help on using the changeset viewer.