@@ -516,6 +516,10 @@ See [CRM-15965](https://issues.civicrm.org/jira/browse/CRM-15965) for more infor
...
@@ -516,6 +516,10 @@ See [CRM-15965](https://issues.civicrm.org/jira/browse/CRM-15965) for more infor
This section doesn't document changes to APIv3 per se – rather, it documents changes to the the [Hook](/hooks/index.md) interfaces.
This section doesn't document changes to APIv3 per se – rather, it documents changes to the the [Hook](/hooks/index.md) interfaces.
### 5.11 hook_civicrm_pageRun invocation removed from CRM_Core_Page_Inline_Help
`CRM_Core_Page_Inline_Help` is the class that fetches inline documentation from `.hlp` templates to be shown in help baloons. `hook_civicrm_pageRun` normally does not run when fetching help, except in the (very rare) case that a site has been customized with an `.extra.hlp` file, which potentially causes problems because the class `CRM_Core_Page_Inline_Help` does not extend `CRM_Core_Page`. The inconsistent hook invocation [has been removed](https://github.com/civicrm/civicrm-core/commit/87bf0ec4c246b03e3e6c2ab2fb0c14664473c52b).