summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-27 18:34:03 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-27 18:34:03 +0000
commit0f4060f377a6ccea57a183b3c3e4801c450f5476 (patch)
tree07a7bd87373613f3e884c8f56bfb9911eda38511 /profiles
parent5bdcc4ada232bf92e3d529962d9f7aa2536605cc (diff)
downloadbrdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.gz
brdo-0f4060f377a6ccea57a183b3c3e4801c450f5476.tar.bz2
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default/default.profile2
-rw-r--r--profiles/expert/expert.profile2
2 files changed, 2 insertions, 2 deletions
diff --git a/profiles/default/default.profile b/profiles/default/default.profile
index c6d6ec469..42e0fee9c 100644
--- a/profiles/default/default.profile
+++ b/profiles/default/default.profile
@@ -223,7 +223,7 @@ function default_profile_tasks(&$task, $url) {
}
/**
- * Implementation of hook_form_alter().
+ * Implement 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.profile b/profiles/expert/expert.profile
index a9f09b596..2a13c72a6 100644
--- a/profiles/expert/expert.profile
+++ b/profiles/expert/expert.profile
@@ -104,7 +104,7 @@ function expert_profile_tasks(&$task, $url) {
}
/**
- * Implementation of hook_form_alter().
+ * Implement hook_form_alter().
*
* Allows the profile to alter the site-configuration form. This is
* called through custom invocation, so $form_state is not populated.