summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-24 21:29:12 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-24 21:29:12 +0000
commita02e4d2d91dee42aa3f5c901c2460be59a286d8a (patch)
tree803615c41d72ae0b5535393a5bbd39c2d3dbedbf /help_text.php
parentdf23a571693bcc65a43e7b26aa2a7c4557b88109 (diff)
downloadwebtrees-a02e4d2d91dee42aa3f5c901c2460be59a286d8a.tar.gz
webtrees-a02e4d2d91dee42aa3f5c901c2460be59a286d8a.tar.bz2
webtrees-a02e4d2d91dee42aa3f5c901c2460be59a286d8a.zip
Move last of module help text into pages
Diffstat (limited to 'help_text.php')
-rw-r--r--help_text.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php
index a48e7a7c06..5fc5e3fe52 100644
--- a/help_text.php
+++ b/help_text.php
@@ -686,11 +686,6 @@ case 'zip':
default:
$title = WT_I18N::translate('Help');
$text = WT_I18N::translate('The help text has not been written for this item.');
- // If we've been called from a module, allow the module to provide the help text
- $mod = WT_Filter::get('mod', '[A-Za-z0-9_]+');
- if (array_key_exists($mod, WT_Module::getActiveModules()) && file_exists(WT_ROOT . WT_MODULES_DIR . $mod . '/help_text.php')) {
- require WT_ROOT . WT_MODULES_DIR . $mod . '/help_text.php';
- }
break;
}
// This file is called by a getJSON call so return the data