mirror of
https://github.com/friendica/friendica
synced 2025-01-24 22:59:46 +00:00
more service class functionality
This commit is contained in:
parent
35a098e0dc
commit
7ea5917bf7
1 changed files with 5 additions and 0 deletions
|
@ -392,3 +392,8 @@ function upgrade_message() {
|
||||||
$x = upgrade_link();
|
$x = upgrade_link();
|
||||||
return t('This action exceeds the limits set by your subscription plan.') . (($x) ? ' ' . $x : '') ;
|
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 : '') ;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue