summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
commit1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 (patch)
treed77a0c5420a53c65d24b8ac1842b7f1e356c39d3 /profiles
parent8523aca33e828c638f2373e5be4e80ed30866a58 (diff)
downloadbrdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.gz
brdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.bz2
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.install2
-rw-r--r--profiles/default/default.profile2
-rw-r--r--profiles/expert/expert.install2
-rw-r--r--profiles/expert/expert.profile2
4 files changed, 4 insertions, 4 deletions
diff --git a/profiles/default/default.install b/profiles/default/default.install
index 1b72498f8..ae9a9a551 100644
--- a/profiles/default/default.install
+++ b/profiles/default/default.install
@@ -2,7 +2,7 @@
// $Id$
/**
- * Implement hook_install().
+ * Implements hook_install().
*
* Perform actions to set up the site for this profile.
*/
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index 4724aea39..f864b579c 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -2,7 +2,7 @@
// $Id$
/**
- * Implement hook_form_alter().
+ * Implements hook_form_alter().
*
* Allows the profile to alter the site-configuration form. This is
* called through custom invocation, so $form_state is not populated.
diff --git a/profiles/expert/expert.install b/profiles/expert/expert.install
index f6cb00ac8..2ffd36465 100644
--- a/profiles/expert/expert.install
+++ b/profiles/expert/expert.install
@@ -2,7 +2,7 @@
// $Id$
/**
- * Implement hook_install().
+ * Implements hook_install().
*
* Perform actions to set up the site for this profile.
*/
diff --git a/profiles/expert/expert.profile b/profiles/expert/expert.profile
index 45573d8da..a2b6f2438 100644
--- a/profiles/expert/expert.profile
+++ b/profiles/expert/expert.profile
@@ -2,7 +2,7 @@
// $Id$
/**
- * Implement hook_form_alter().
+ * Implements hook_form_alter().
*
* Allows the profile to alter the site-configuration form. This is
* called through custom invocation, so $form_state is not populated.