Skip to content

Commit c841406

Browse files
committed
Increased version number.
1 parent 787060d commit c841406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cleantalk.class.php.swp

44 KB
Binary file not shown.

cleantalk.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Cleantalk base class
44
*
5-
* @version 2.0.0
5+
* @version 2.0.1
66
* @package Cleantalk
77
* @subpackage Base
88
* @author Cleantalk team (welcome@cleantalk.org)
@@ -1142,4 +1142,4 @@ function cleantalk_get_real_ip()
11421142
$the_ip = filter_var( $_SERVER['REMOTE_ADDR'], FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 );
11431143
}
11441144
return $the_ip;
1145-
}
1145+
}

0 commit comments

Comments
 (0)