PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.16.9
GiveWP – Donation Plugin and Fundraising Platform v4.16.9
4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 2.30.0 All 255 releases
← All changes | includes/forms/template.php +2 -0 4.16.24.16.9 View file →
@@ -1676,8 +1676,10 @@
1676 1676 <a href="<?php echo wp_lostpassword_url(); ?>" target="_blank"><?php _e( 'Reset Password', 'give' ); ?></a>
1677 1677 </span>
1678 1678 </div>
1679 1679 </div>
1680 + <input type="hidden" name="give_login_nonce"
1681 + value="<?php echo wp_create_nonce( 'give-login-nonce' ); ?>"/>
1680 1682 <?php
1681 1683 /**
1682 1684 * Fires while rendering checkout login form, after the fields.
1683 1685 *