summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-25 14:57:32 +0300
committerAndrew Dolgov <[email protected]>2010-11-25 14:57:32 +0300
commite91ad1e9abf094998bbcfb1ec205c46272208193 (patch)
tree99aa82318cf89fd3031b37fe2596c5a22beeaf4d /functions.php
parent1bf679a304856d07979467486843a47cf3906878 (diff)
tweak new version dialog
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 5f88c5552..23638fea9 100644
--- a/functions.php
+++ b/functions.php
@@ -3905,7 +3905,7 @@
if ($version_data && $version_data['version']) {
if (version_compare(VERSION, $version_data['version']) == -1) {
- return $version_data['version'];
+ return $version_data;
}
}
}