Changeset 743380
- Timestamp:
- 07/19/2013 09:47:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-by-circle-tree/trunk/includes/class.wp_login_lockdown.php
r743284 r743380 529 529 { 530 530 $ips = $this->get_whitelisted_ips(); 531 if (empty($ips)) { 532 return false; 533 } 531 534 return in_array($ip, $ips); 532 535 }
Note: See TracChangeset
for help on using the changeset viewer.