'Bug Report', 'authors' => array( 'SquirrelMail Team' => array(), ), 'version' => 'CORE', 'required_sm_version' => 'CORE', 'requires_configuration' => 0, 'summary' => 'Helps with sending bug reports to the SquirrelMail Developers. Collects a lot of useful information about your system.', 'details' => 'When people stumble across a bug, which may happen in a work-in-progress, often times they would like to help out the software and get rid of the bug. Sometimes, these people don\'t know much about the system and how it is set up -- they know enough to make the bug happen for them. This bug report plugin is designed to gather all of the non-private information for the user automatically, so that the user doesn\'t need to know more than how to trigger the bug.', ); } /** * Returns version info about this plugin * */ function bug_report_version() { $info = bug_report_info(); return $info['version']; }