summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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;
}
}
}