Revert "Merge pull request #53 from jaapjansma/wp_compatibility"
This reverts commitafd597495e, reversing changes made to3e0cf56c0d.
This commit is contained in:
parent
afd597495e
commit
cf02dcd0c5
|
|
@ -59,7 +59,6 @@ class CRM_Civiproxy_Mailer {
|
|||
$value = preg_replace("#{$system_base}sites/all/modules/civicrm/extern/open.php#i", $proxy_base.'/open.php', $value);
|
||||
$value = preg_replace("#{$system_base}sites/default/files/civicrm/persist/#i", $proxy_base.'/file.php?id=', $value);
|
||||
$value = preg_replace("#{$system_base}civicrm/mosaico/img\?src=#i", $proxy_base.'/mosaico.php?id=', $value);
|
||||
$value = preg_replace("#{$system_base}civicrm/mosaico/img/\?src=#i", $proxy_base.'/mosaico.php?id=', $value);
|
||||
|
||||
// Mailing related functions
|
||||
$value = preg_replace("#{$system_base}civicrm/mailing/view#i", $proxy_base.'/mailing/mail.php', $value);
|
||||
|
|
|
|||
Loading…
Reference in New Issue