' . $desc . ''; if (!(local_channel() && Apps::system_app_installed(local_channel(), 'Comment Control'))) { return $text; } $desc = t('This app is installed. A button to control comments may be found below the post editor.'); $text = '
' . $desc . '
'; return $text; } }