summaryrefslogtreecommitdiff
path: root/sites/all
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all')
-rw-r--r--sites/all/modules/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/all/modules/README.txt b/sites/all/modules/README.txt
index c72b43e4f..6d019e762 100644
--- a/sites/all/modules/README.txt
+++ b/sites/all/modules/README.txt
@@ -6,7 +6,8 @@ Drupal community may be downloaded at http://drupal.org/project/modules.
It is safe to organize modules into subdirectories, such as "contrib" for
contributed modules, and "custom" for custom modules. Note that if you move a
module to a subdirectory after it has been enabled, you may need to clear the
-Drupal cache so that it can be found.
+Drupal cache so that it can be found. (Alternatively, you can disable the
+module before moving it and then re-enable it after the move.)
In multisite configuration, modules found in this directory are available to
all sites. Alternatively, the sites/your_site_name/modules directory pattern may