Changeset 1746848
- Timestamp:
- 10/15/2017 03:15:45 PM (8 years ago)
- Location:
- synchro-mailchimp/trunk
- Files:
-
- 4 edited
-
admin/class-synchro-mailchimp-admin.php (modified) (2 diffs)
-
admin/partials/synchro-mailchimp-admin-display.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
synchro-mailchimp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
synchro-mailchimp/trunk/admin/class-synchro-mailchimp-admin.php
r1746824 r1746848 290 290 $save_settings = false; 291 291 292 // Generate random tag to build the form nonce.293 $rand = wp_generate_password( 6 );294 295 292 $configuration_options = array(); 296 293 … … 310 307 311 308 // Form submitted, so we check the nonce. 312 check_admin_referer( ' setting_configuration_' . $rand);309 check_admin_referer( 'mdt_setting_configuration', 'conf_set_nonce' ); 313 310 314 311 $save_settings = true; -
synchro-mailchimp/trunk/admin/partials/synchro-mailchimp-admin-display.php
r1746824 r1746848 54 54 55 55 <form method="POST"> 56 <?php wp_nonce_field( ' setting_configuration_' . $rand); ?>56 <?php wp_nonce_field( 'mdt_setting_configuration', 'conf_set_nonce' ); ?> 57 57 <input type="hidden" name="form_submitted" value="Y"> 58 58 -
synchro-mailchimp/trunk/readme.txt
r1746824 r1746848 6 6 Requires at least: 4.8 7 7 Tested up to: 4.8.2 8 Stable tag: 1. 38 Stable tag: 1.4 9 9 License: GPLv2 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
synchro-mailchimp/trunk/synchro-mailchimp.php
r1746824 r1746848 10 10 * Plugin Name: Synchro MailChimp 11 11 * Description: The plugin permits administrators to subscribe/unsubscribe WordPress users to MailChimp by a checkbox on the WordPress user settings page. Every user, depending on their roles and the template defined in plugin settings page, can be associated to MailChimp lists and interests. The plugin requires MailChimp for WordPress plugin. 12 * Version: 1. 312 * Version: 1.4 13 13 * Author: Madaritech 14 14 * Author URI: http://www.madaritech.com
Note: See TracChangeset
for help on using the changeset viewer.