--- modules/aggregator/aggregator.module 2008-04-10 06:28:21.000000000 -0400 +++ modules/aggregator/aggregator.module 2008-04-11 02:57:12.000000000 -0400 @@ -28,7 +28,7 @@ function aggregator_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function aggregator_theme() { return array( --- modules/block/block.module 2008-03-21 04:41:25.000000000 -0400 +++ modules/block/block.module 2008-04-11 02:57:45.000000000 -0400 @@ -94,7 +94,7 @@ function block_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function block_theme() { return array( --- modules/book/book.module 2008-04-10 06:28:22.000000000 -0400 +++ modules/book/book.module 2008-04-11 02:58:49.000000000 -0400 @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function book_theme() { return array( --- modules/contact/contact.module 2008-02-20 08:46:39.000000000 -0500 +++ modules/contact/contact.module 2008-04-11 02:59:23.000000000 -0400 @@ -33,7 +33,7 @@ function contact_help($path, $arg) { } /** - * Implementation of hook_perm + * Implementation of hook_perm(). */ function contact_perm() { return array( --- modules/dblog/dblog.module 2008-04-02 15:40:35.000000000 -0400 +++ modules/dblog/dblog.module 2008-04-11 02:59:41.000000000 -0400 @@ -28,7 +28,7 @@ function dblog_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function dblog_theme() { return array( --- modules/filter/filter.module 2008-03-13 17:26:08.000000000 -0400 +++ modules/filter/filter.module 2008-04-11 02:59:57.000000000 -0400 @@ -41,7 +41,7 @@ function filter_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function filter_theme() { return array( --- modules/forum/forum.module 2008-04-10 06:28:22.000000000 -0400 +++ modules/forum/forum.module 2008-04-11 03:00:23.000000000 -0400 @@ -33,7 +33,7 @@ function forum_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function forum_theme() { return array( --- modules/locale/locale.module 2008-04-10 06:28:22.000000000 -0400 +++ modules/locale/locale.module 2008-04-11 03:00:58.000000000 -0400 @@ -296,7 +296,7 @@ function locale_form_alter(&$form, $form } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function locale_theme() { return array( --- modules/menu/menu.module 2008-04-10 06:28:22.000000000 -0400 +++ modules/menu/menu.module 2008-04-11 03:01:12.000000000 -0400 @@ -151,7 +151,7 @@ function menu_theme() { } /** - * Implementation of hook_enable() + * Implementation of hook_enable(). * * Add a link for each custom menu. */ --- modules/node/node.module 2008-04-10 06:28:22.000000000 -0400 +++ modules/node/node.module 2008-04-11 03:02:55.000000000 -0400 @@ -62,7 +62,7 @@ function node_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function node_theme() { return array( @@ -2138,7 +2138,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()) { --- modules/openid/openid.module 2008-02-18 14:34:08.000000000 -0500 +++ modules/openid/openid.module 2008-04-11 03:03:34.000000000 -0400 @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_menu. + * Implementation of hook_menu(). */ function openid_menu() { $items['openid/authenticate'] = array( @@ -72,7 +72,7 @@ function openid_user($op, &$edit, &$acco } /** - * 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') { --- modules/poll/poll.module 2008-04-10 06:28:23.000000000 -0400 +++ modules/poll/poll.module 2008-04-11 03:04:44.000000000 -0400 @@ -28,7 +28,7 @@ function poll_init() { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function poll_theme() { return array( --- modules/profile/profile.module 2008-04-10 06:28:23.000000000 -0400 +++ modules/profile/profile.module 2008-04-11 03:05:20.000000000 -0400 @@ -49,7 +49,7 @@ function profile_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function profile_theme() { return array( --- modules/search/search.module 2008-04-10 06:28:23.000000000 -0400 +++ modules/search/search.module 2008-04-11 03:05:44.000000000 -0400 @@ -112,7 +112,7 @@ function search_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function search_theme() { return array( --- modules/taxonomy/taxonomy.module 2008-03-02 00:58:40.000000000 -0500 +++ modules/taxonomy/taxonomy.module 2008-04-11 03:08:16.000000000 -0400 @@ -16,7 +16,7 @@ function taxonomy_perm() { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function taxonomy_theme() { return array( --- modules/update/update.module 2008-01-30 05:14:42.000000000 -0500 +++ modules/update/update.module 2008-04-11 03:41:20.000000000 -0400 @@ -168,7 +168,7 @@ function update_theme() { } /** - * Implementation of hook_requirements. + * Implementation of hook_requirements(). * * @return * An array describing the status of the site regarding available updates. --- modules/upload/upload.module 2008-02-20 08:46:42.000000000 -0500 +++ modules/upload/upload.module 2008-04-11 03:10:54.000000000 -0400 @@ -23,7 +23,7 @@ function upload_help($path, $arg) { } /** - * Implementation of hook_theme() + * Implementation of hook_theme(). */ function upload_theme() { return array(