From 3023a5c17818911203a5f7c4b1299a0718305fa6 Mon Sep 17 00:00:00 2001 From: John Kingsnorth Date: Wed, 27 May 2015 13:45:17 +0100 Subject: [PATCH] Minor code comment improvements Remove the last instance of 'implementation of', and tidy the comments for hook_metatag... --- civicrm.module | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/civicrm.module b/civicrm.module index 24c35f378..1d19d0d22 100644 --- a/civicrm.module +++ b/civicrm.module @@ -1321,7 +1321,7 @@ function civicrm_modules_enabled($modules) { } /** - * Implementation of hook_modules_disabled(). + * Implements hook_modules_disabled(). */ function civicrm_modules_disabled($modules) { civicrm_initialize(); @@ -1337,12 +1337,12 @@ function civicrm_modules_uninstalled($modules) { } /** - * Implements hook__metatag_page_cache_cid_parts_alter(). + * Implements hook_metatag_page_cache_cid_parts_alter(). * - * Append the query string to the key under which the page title is cached to prevent cross-contamination - * from urls such as civicrm/contribute/transact. + * Append the query string to the key under which the page title is cached to + * prevent cross-contamination from URLs such as civicrm/contribute/transact. * - * If metadata module is not installed this function will not fire. + * If the metatag module is not installed this function will not fire. * * @param array $cid_parts */