| @@ -1,7 +1,8 @@ | ||
| 1 | 1 | <p> |
| 2 | - 2. <?php _e( 'Enter the security code into the text box', 'wordpress-database-reset' ) ?>: | |
| 2 | + <b>3.</b> <?php _e('Enter the security code into the text box below', 'wordpress-database-reset') ?>: | |
| 3 | 3 | <span id="security-code"><?php echo $this->code ?></span> |
| 4 | 4 | </p> |
| 5 | 5 | |
| 6 | 6 | <input type="hidden" name="db-reset-code" value="<?php echo $this->code ?>" /> |
| 7 | -<input type="text" name="db-reset-code-confirm" id="db-reset-code-confirm" value="" placeholder="*****" /> | |
| 7 | +<input type="text" name="db-reset-code-confirm" id="db-reset-code-confirm" value="" placeholder="" /> | |
| 8 | +<?php wp_nonce_field('reset_nounce', 'submit_reset_form'); ?> | |