diff options
author | Andrey Andreev <narf@devilix.net> | 2014-04-09 14:10:27 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-04-09 14:10:27 +0200 |
commit | 9a0e0c76b64d2a401d7ae32d1e53aaca30c7d959 (patch) | |
tree | 51a5ed00a7f155640e8b8197fd20d0145eea3643 /system/core/Common.php | |
parent | b8bec1bf7407ebaee1c2b8bc1bddebe340e0346d (diff) |
Minor changes in FV, Trackback
Diffstat (limited to 'system/core/Common.php')
-rw-r--r-- | system/core/Common.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/core/Common.php b/system/core/Common.php index fda747b05..677ceaf97 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -45,9 +45,6 @@ if ( ! function_exists('is_php')) /** * Determines if the current version of PHP is greater then the supplied value * - * Since there are a few places where we conditionally test for PHP > 5.3 - * we'll set a static variable. - * * @param string * @return bool TRUE if the current version is $version or higher */ |