Open KB links in Beacon popover

[MAILPOET-2179]
This commit is contained in:
Ján Mikláš
2019-08-22 16:09:38 +02:00
committed by M. Shull
parent 8c84eb6e56
commit d3d572faa9
25 changed files with 52 additions and 26 deletions

View File

@ -115,7 +115,10 @@ class Initializer {
return WPNotice::displayError(Helpers::replaceLinkTags(
WPFunctions::get()->__('Unable to connect to the database (the database is unable to open a file or folder), the connection is likely not configured correctly. Please read our [link] Knowledge Base article [/link] for steps how to resolve it.', 'mailpoet'),
'https://kb.mailpoet.com/article/200-solving-database-connection-issues',
['target' => '_blank']
[
'target' => '_blank',
'data-beacon-article' => '596de7db2c7d3a73488b2f8d',
]
));
}