From a67d18d3653335135e4d09eaed5b9b993d8cb796 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 12 Mar 2013 11:23:05 -0400 Subject: [PATCH] CRM-11823 - WP - Add comment --- civicrm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/civicrm.php b/civicrm.php index bbca890bb84b..247303f88193 100644 --- a/civicrm.php +++ b/civicrm.php @@ -325,6 +325,7 @@ function civicrm_wp_invoke() { } function civicrm_wp_head() { + // CRM-11823 - If Civi bootstrapped, then merge its HTML header with the CMS's header global $civicrm_root; if (empty($civicrm_root)) { return;