diff options
Diffstat (limited to 'modules_v3/individuals/module.php')
| -rw-r--r-- | modules_v3/individuals/module.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php index 01eeda3353..915b0a6f6c 100644 --- a/modules_v3/individuals/module.php +++ b/modules_v3/individuals/module.php @@ -1,6 +1,4 @@ <?php -// Classes and libraries for module system -// // webtrees: Web based Family History software // Copyright (C) 2014 webtrees development team. // @@ -21,6 +19,9 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +/** + * Class individuals_WT_Module + */ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { /** {@inheritdoc} */ public function getTitle() { |
