From ccf1af94fa7cea3608916541e964680489b9a56c Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 24 Jul 2008 16:25:19 +0000
Subject: [PATCH] - Patch #245329 by christefano and dmitrig01: code comment
 love.

---
 modules/contact/contact.module   | 2 +-
 modules/dblog/dblog.module       | 2 +-
 modules/filter/filter.module     | 2 +-
 modules/forum/forum.module       | 2 +-
 modules/locale/locale.module     | 2 +-
 modules/menu/menu.module         | 2 +-
 modules/node/node.module         | 4 ++--
 modules/openid/openid.module     | 4 ++--
 modules/poll/poll.module         | 2 +-
 modules/profile/profile.module   | 2 +-
 modules/search/search.module     | 2 +-
 modules/taxonomy/taxonomy.module | 2 +-
 modules/update/update.module     | 2 +-
 modules/upload/upload.module     | 2 +-
 14 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/modules/contact/contact.module b/modules/contact/contact.module
index cd849cf0530a..c82061760942 100644
--- a/modules/contact/contact.module
+++ b/modules/contact/contact.module
@@ -33,7 +33,7 @@ function contact_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_perm
+ * Implementation of hook_perm().
  */
 function contact_perm() {
   return array(
diff --git a/modules/dblog/dblog.module b/modules/dblog/dblog.module
index 7003a1b3c497..d4791b5a868f 100644
--- a/modules/dblog/dblog.module
+++ b/modules/dblog/dblog.module
@@ -28,7 +28,7 @@ function dblog_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function dblog_theme() {
   return array(
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index b75406c7bb8d..090b7f30e107 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -41,7 +41,7 @@ function filter_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function filter_theme() {
   return array(
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index a4ecbeb42023..8ba6c9f343b7 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -33,7 +33,7 @@ function forum_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function forum_theme() {
   return array(
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index ce31b55497a0..b71e307f41cc 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -305,7 +305,7 @@ function locale_form_alter(&$form, $form_state, $form_id) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function locale_theme() {
   return array(
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index 0bd30ba07feb..f542ad5d76e6 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -145,7 +145,7 @@ function menu_theme() {
 }
 
 /**
- * Implementation of hook_enable()
+ * Implementation of hook_enable().
  *
  *  Add a link for each custom menu.
  */
diff --git a/modules/node/node.module b/modules/node/node.module
index 939196c4b49b..145fbe1cdea9 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -91,7 +91,7 @@ function node_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function node_theme() {
   return array(
@@ -2222,7 +2222,7 @@ function node_access_view_all_nodes() {
 }
 
 /**
- * Implementation of hook_db_rewrite_sql
+ * Implementation of hook_db_rewrite_sql().
  */
 function node_db_rewrite_sql($query, $primary_table, $primary_field) {
   if ($primary_field == 'nid' && !node_access_view_all_nodes()) {
diff --git a/modules/openid/openid.module b/modules/openid/openid.module
index 577497b084ea..a62a3e0f4acc 100644
--- a/modules/openid/openid.module
+++ b/modules/openid/openid.module
@@ -7,7 +7,7 @@
  */
 
 /**
- * Implementation of hook_menu.
+ * Implementation of hook_menu().
  */
 function openid_menu() {
   $items['openid/authenticate'] = array(
@@ -71,7 +71,7 @@ function openid_user($op, &$edit, &$account, $category = NULL) {
 }
 
 /**
- * Implementation of hook_form_alter : adds OpenID login to the login forms.
+ * Implementation of hook_form_alter(). Adds OpenID login to the login forms.
  */
 function openid_form_alter(&$form, $form_state, $form_id) {
   if ($form_id == 'user_login_block' || $form_id == 'user_login') {
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 2a7b005b1d10..b0368d207d64 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -28,7 +28,7 @@ function poll_init() {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function poll_theme() {
   return array(
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 2012c74c8d4b..36b653cea46d 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -49,7 +49,7 @@ function profile_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function profile_theme() {
   return array(
diff --git a/modules/search/search.module b/modules/search/search.module
index 2d121a46e8e3..f6175084c524 100644
--- a/modules/search/search.module
+++ b/modules/search/search.module
@@ -112,7 +112,7 @@ function search_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function search_theme() {
   return array(
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index d033d4992810..ec3d64428239 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -16,7 +16,7 @@ function taxonomy_perm() {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function taxonomy_theme() {
   return array(
diff --git a/modules/update/update.module b/modules/update/update.module
index d3e60ce69e65..87f3b9a3c7f2 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -164,7 +164,7 @@ function update_theme() {
 }
 
 /**
- * Implementation of hook_requirements.
+ * Implementation of hook_requirements().
  *
  * @return
  *   An array describing the status of the site regarding available updates.
diff --git a/modules/upload/upload.module b/modules/upload/upload.module
index b49889305b1c..bb71adb00804 100644
--- a/modules/upload/upload.module
+++ b/modules/upload/upload.module
@@ -23,7 +23,7 @@ function upload_help($path, $arg) {
 }
 
 /**
- * Implementation of hook_theme()
+ * Implementation of hook_theme().
  */
 function upload_theme() {
   return array(
-- 
GitLab