- fixed using HTML in textarea validation;

This commit is contained in:
nikitasinelnikov
2020-07-09 15:00:01 +03:00
parent 3d8b9f7cf4
commit db2bc4a855
3 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
<div class="um <?php echo esc_attr( $this->get_class( $mode ) ); ?> um-<?php echo esc_attr( $form_id ); ?>">
<div class="um-form">
<form method="post" action="">
<input type="hidden" name="_um_password_change" id="_um_password_change" value="1" />
<input type="hidden" name="user_id" id="user_id" value="<?php echo esc_attr( $args['user_id'] ); ?>" />
<input type="hidden" name="rp_key" value="<?php echo esc_attr( $rp_key ); ?>">
<input type="hidden" name="rp_key" value="<?php echo esc_attr( $rp_key ); ?>" />
<?php
/**