Skip to content

Commit

Permalink
Merge pull request #3567 from WordImpress/issue/3566
Browse files Browse the repository at this point in the history
fix(forms): Uncomment action hook #3566
  • Loading branch information
ravinderk committed Aug 3, 2018
2 parents d8473dd + 58dfb6d commit 976b7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/forms/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ function give_get_login_fields( $form_id ) {
*
* @param int $form_id The form ID.
*/
// do_action( 'give_checkout_login_fields_before', $form_id );
do_action( 'give_checkout_login_fields_before', $form_id );
?>
<div class="give-user-login-fields-container">
<div id="give-user-login-wrap-<?php echo $form_id; ?>" class="form-row form-row-first form-row-responsive">
Expand Down

0 comments on commit 976b7cf

Please sign in to comment.