summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-26 10:14:10 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-26 10:14:10 +0000
commit31ba4b8cbbd50a87e9ada828980b7223a1d5e2b6 (patch)
treedab3995e89699fcd71debe5877b9b93f71034074 /modules/profile
parentff9953b398fc9c45de44c1c9d09154d7fed0b3e1 (diff)
downloadbrdo-31ba4b8cbbd50a87e9ada828980b7223a1d5e2b6.tar.gz
brdo-31ba4b8cbbd50a87e9ada828980b7223a1d5e2b6.tar.bz2
#608894 follow-up by mr.baileys: Better method of hiding Profile module from the UI on new sites.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/profile/profile.info b/modules/profile/profile.info
index cc27ac146..03745635c 100644
--- a/modules/profile/profile.info
+++ b/modules/profile/profile.info
@@ -10,3 +10,8 @@ files[] = profile.pages.inc
files[] = profile.install
files[] = profile.test
configure = admin/config/people/profile
+; The Profile module is deprecated, and included in Drupal 7 for legacy
+; purposes only. By default, the module will be hidden from the UI unless you
+; are upgrading a site that uses the Profile module to extend user profiles.
+; See user_system_info_alter().
+hidden = TRUE