. */ if (!defined('STATUSNET')) { exit(1); } /** * Some UI extras for now... * * @package ModPlusPlugin * @maintainer Brion Vibber */ class ModPlusPlugin extends Plugin { function onPluginVersion(&$versions) { $versions[] = array('name' => 'ModPlus', 'version' => STATUSNET_VERSION, 'author' => 'Brion Vibber', 'homepage' => 'http://status.net/wiki/Plugin:ModPlus', 'rawdescription' => _m('UI extensions for profile moderation actions.')); return true; } }