' . $desc . ''; if (!(local_channel() && Apps::system_app_installed(local_channel(), 'Secrets'))) { return $text; } $desc = t('This app is installed. A button to encrypt content may be found in the post editor.'); $text = '
' . $desc . '
'; return $text; } }