Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/WordImpress/Give
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/WordImpress/Give:
  Fix issue #997
  Add extra class attribute
  • Loading branch information
Devin Walker committed Sep 1, 2016
2 parents a348469 + 242ae1b commit ed71e94
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions templates/shortcode-profile-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,19 @@
<?php do_action( 'give_profile_editor_after_address' ); ?>
<legend id="give_profile_password_label"><?php esc_html_e( 'Change your Password', 'give' ); ?></legend>

<p id="give_profile_password_wrap_1" class="form-row form-row-first">
<label for="give_user_pass"><?php esc_html_e( 'New Password', 'give' ); ?></label>
<input name="give_new_user_pass1" id="give_new_user_pass1" class="password give-input" type="password" />
</p>
<p id="give_profile_password_wrap_2" class="form-row form-row-last">
<label for="give_user_pass"><?php esc_html_e( 'Re-enter Password', 'give' ); ?></label>
<input name="give_new_user_pass2" id="give_new_user_pass2" class="password give-input" type="password" />
<?php do_action( 'give_profile_editor_password' ); ?>
</p>
<div id="give_profile_password_wrap" class="give-clearfix">
<p id="give_profile_password_wrap_1" class="form-row form-row-first">
<label for="give_user_pass"><?php esc_html_e( 'New Password', 'give' ); ?></label>
<input name="give_new_user_pass1" id="give_new_user_pass1" class="password give-input" type="password" />
</p>
<p id="give_profile_password_wrap_2" class="form-row form-row-last">
<label for="give_user_pass"><?php esc_html_e( 'Re-enter Password', 'give' ); ?></label>
<input name="give_new_user_pass2" id="give_new_user_pass2" class="password give-input" type="password" />
<?php do_action( 'give_profile_editor_password' ); ?>
</p>
</div>

<p class="give_password_change_notice" class=""><?php esc_html_e( 'Please note after changing your password, you must log back in.', 'give' ); ?></p>
<p class="give_password_change_notice"><?php esc_html_e( 'Please note after changing your password, you must log back in.', 'give' ); ?></p>

<?php do_action( 'give_profile_editor_after_password' ); ?>

Expand Down

0 comments on commit ed71e94

Please sign in to comment.