Skip to content

Commit

Permalink
Minor code comment improvements
Browse files Browse the repository at this point in the history
Remove the last instance of 'implementation of', and tidy the comments for hook_metatag...
  • Loading branch information
JKingsnorth committed May 27, 2015
1 parent 611388d commit 3023a5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions civicrm.module
Expand Up @@ -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();
Expand All @@ -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
*/
Expand Down

0 comments on commit 3023a5c

Please sign in to comment.