summaryrefslogtreecommitdiff
path: root/includes/module.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-10-05 15:47:57 +0000
committerDries Buytaert <dries@buytaert.net>2006-10-05 15:47:57 +0000
commit18b297abf818fa5eca270383ecba333ff6078939 (patch)
tree831aa64462105ab755292e532b9c7114bb269526 /includes/module.inc
parentc621a60705a946ac478bc87b7fa717831d7434e4 (diff)
downloadbrdo-18b297abf818fa5eca270383ecba333ff6078939.tar.gz
brdo-18b297abf818fa5eca270383ecba333ff6078939.tar.bz2
- Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added package support to the modules page.
Diffstat (limited to 'includes/module.inc')
-rw-r--r--includes/module.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc
index 9d71a5095..3a5b2b666 100644
--- a/includes/module.inc
+++ b/includes/module.inc
@@ -175,11 +175,13 @@ function _module_build_dependents($files) {
* name - The real name of the module for display purposes.
* description - A brief description of the module.
* dependencies - A space delimited list of the short names (shortname) of other modules this module depends on.
+ * package - The name of the package of modules this module belongs to.
*
* Example of .info file:
* name = Forum
* description = Enables threaded discussions about general topics.
* dependencies = taxonomy comment
+ * package = Core - optional
*
* @param $filename
* The file we are parsing. Accepts file with relative or absolute path.