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