summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-30 05:00:50 +0100
committerAndrew Dolgov <[email protected]>2006-08-30 05:00:50 +0100
commit45d40d63252b00ed843b3ee6866b229cf1b457e8 (patch)
treef99dfc443165327e9ff0b712d994eca5c76ac26a /functions.php
parent48e1a34293a81a8e93c513d68a3b3d1f10722eaf (diff)
better new version detection (fix again)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 30c59e9d6..afe013d65 100644
--- a/functions.php
+++ b/functions.php
@@ -2577,8 +2577,6 @@
$release_url = sanitize_rss($latest_item["link"]);
$content = sanitize_rss($latest_item["description"]);
- $latest_version = "2.0";
-
if (version_compare(VERSION, $latest_version) == -1) {
return "<div class=\"notice\"><a href=\"javascript:showBlockElement('milestoneDetails')\">
New version of Tiny-Tiny RSS ($latest_version) is available (click for details)</a>