aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/plugin.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/plugin.php b/include/plugin.php
index e8fec4cbe..d762e8717 100644
--- a/include/plugin.php
+++ b/include/plugin.php
@@ -392,3 +392,8 @@ function upgrade_message() {
$x = upgrade_link();
return t('This action exceeds the limits set by your subscription plan.') . (($x) ? ' ' . $x : '') ;
}
+
+function upgrade_bool_message() {
+ $x = upgrade_link();
+ return t('This action is not available under your subscription plan.') . (($x) ? ' ' . $x : '') ;
+}