Plugin Directory

Changeset 2915502


Ignore:
Timestamp:
05/21/2023 07:17:31 PM (3 years ago)
Author:
stephend
Message:

Fix nonce writer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smart-app-banner/trunk/wsl-smart-app-banner.php

    r2915489 r2915502  
    227227<form name="form1" method="post" action="">
    228228<input type="hidden" name="<?php echo $hidden_field_name; ?>" value="Y">
    229 <?php wp_nonce_field('update_settings', 'wsl-update'); ?>
     229<?php wp_nonce_field('wsl-update', 'wsl-update'); ?>
    230230
    231231<h3><?php _e('Homepage', 'smart-app-banner'); ?></h3>
Note: See TracChangeset for help on using the changeset viewer.