converted text domain to string instead of constant
This commit is contained in:
@@ -77,7 +77,7 @@ class PostContentManager {
|
||||
// remove embedded video and replace with links
|
||||
$content = preg_replace(
|
||||
'#<iframe.*?src=\"(.+?)\".*><\/iframe>#',
|
||||
'<a href="$1">'.__('Click here to view media.', MAILPOET).'</a>',
|
||||
'<a href="$1">'.__('Click here to view media.', 'mailpoet').'</a>',
|
||||
$content
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user