diff --git a/docs/hooks/hook_civicrm_searchColumns.md b/docs/hooks/hook_civicrm_searchColumns.md index d3915c1ab3bae9b7c19aa915ff5c92f3a01795aa..9ad7e790db3bf19a16339cce3f267913de845b05 100644 --- a/docs/hooks/hook_civicrm_searchColumns.md +++ b/docs/hooks/hook_civicrm_searchColumns.md @@ -42,7 +42,7 @@ column values and therefore appear to be sorting incorrectly. - null -## **Example** +## Example function civitest_civicrm_searchColumns( $objectName, &$headers, &$values, &$selector ) { @@ -102,7 +102,7 @@ column values and therefore appear to be sorting incorrectly. } } -### **Example to add new column header at desired place** +### Example to add new column header at desired place function civitest_civicrm_searchColumns( $objectName, &$headers, &$values, &$selector ) { diff --git a/docs/hooks/hook_civicrm_searchTasks.md b/docs/hooks/hook_civicrm_searchTasks.md index 8988ac960de57ba01de910dedc12e3e80b19d1e9..b146f67c52a4cb8b1fde0a85abc0b65750017116 100644 --- a/docs/hooks/hook_civicrm_searchTasks.md +++ b/docs/hooks/hook_civicrm_searchTasks.md @@ -27,7 +27,7 @@ search, allowing you to inject additional actions or to remove existing actions. - null -## **Example (Disable an existing task)** +## Example (Disable an existing task) function civitest_perm () { return array( @@ -45,7 +45,7 @@ search, allowing you to inject additional actions or to remove existing actions. } } -## **Example (Add a new task)** +## Example (Add a new task) function smsconversation_civicrm_searchTasks( $objectName, &$tasks ){ if($objectName == 'contact'){