Changeset 793951
- Timestamp:
- 10/26/2013 07:44:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-by-circle-tree/trunk/includes/class.wp_login_lockdown.php
r760164 r793951 522 522 if ( $this->is_ip_blocked() ) { 523 523 wp_redirect(get_bloginfo('url')); 524 die; 524 525 } 525 526 //Validate captcha 526 527 if ($this->valid_captcha()) { 527 528 $this->reset_failed_logins(); 528 wp_redirect('wp-login.php'); 529 wp_redirect('wp-login.php'); 530 die; 529 531 } 530 532
Note: See TracChangeset
for help on using the changeset viewer.