diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/contact/contact.module | 2 | ||||
-rw-r--r-- | modules/dblog/dblog.module | 2 | ||||
-rw-r--r-- | modules/filter/filter.module | 2 | ||||
-rw-r--r-- | modules/forum/forum.module | 2 | ||||
-rw-r--r-- | modules/locale/locale.module | 2 | ||||
-rw-r--r-- | modules/menu/menu.module | 2 | ||||
-rw-r--r-- | modules/node/node.module | 4 | ||||
-rw-r--r-- | modules/openid/openid.module | 4 | ||||
-rw-r--r-- | modules/poll/poll.module | 2 | ||||
-rw-r--r-- | modules/profile/profile.module | 2 | ||||
-rw-r--r-- | modules/search/search.module | 2 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 | ||||
-rw-r--r-- | modules/update/update.module | 2 | ||||
-rw-r--r-- | 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 cd849cf05..c82061760 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 7003a1b3c..d4791b5a8 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 b75406c7b..090b7f30e 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 a4ecbeb42..8ba6c9f34 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 ce31b5549..b71e307f4 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 0bd30ba07..f542ad5d7 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 939196c4b..145fbe1cd 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 577497b08..a62a3e0f4 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 2a7b005b1..b0368d207 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 2012c74c8..36b653cea 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 2d121a46e..f6175084c 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 d033d4992..ec3d64428 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 d3e60ce69..87f3b9a3c 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 b49889305..bb71adb00 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( |