summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-04-20 22:33:14 -0400
committerDries Buytaert <dries@buytaert.net>2011-04-20 22:33:14 -0400
commit17c696e7fb29feb2d008f718ae8c0f003a8c6657 (patch)
tree5cbd9fd240ed9b23823c485f44066a5df9ada1bd /modules
parent8ae9b6f6d82642e6b608843c5e7508f995de00e7 (diff)
downloadbrdo-17c696e7fb29feb2d008f718ae8c0f003a8c6657.tar.gz
brdo-17c696e7fb29feb2d008f718ae8c0f003a8c6657.tar.bz2
- Patch #1132364 by CrookedNumber: hook_modules_enabled() could be less ambiguous.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 1c7178639..4422f6da7 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -2389,7 +2389,7 @@ function hook_modules_installed($modules) {
* invoked.
*
* @param $modules
- * An array of the enabled modules.
+ * An array of the modules being enabled.
*
* @see hook_enable()
* @see hook_modules_installed()