summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 21:31:52 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-04 21:31:52 +0000
commitec7ff41cc58d1604918e0e10aeeef1bed9dd5d52 (patch)
treef63b3b33a93418e2e267010f4c0e6bc11a1e0b65 /includes/install.inc
parent2a8fc4edb08cd26b8314fcaa3f34489ebdad9e61 (diff)
downloadbrdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.gz
brdo-ec7ff41cc58d1604918e0e10aeeef1bed9dd5d52.tar.bz2
#580868 by anarcat and Dave Reid: Make 'Modules' its own top-level admin link.
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index a6b63c69f..962f14ed2 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -581,7 +581,7 @@ function drupal_install_modules($module_list = array(), $disable_modules_install
*
* Used during installation to install modules one at a time and then
* enable them, or to install a number of modules at one time
- * from admin/config/modules.
+ * from admin/modules.
*
* @param $module
* The machine name of the module to install.