Fix deprecation warnings coming from pQuery library
[MAILPOET-3980]
This commit is contained in:
committed by
Veljko V
parent
539f518f64
commit
df6a955f0c
@@ -3,8 +3,8 @@
|
||||
namespace MailPoet\Newsletter\Editor;
|
||||
|
||||
use MailPoet\Util\DOM as DOMUtil;
|
||||
use pQuery;
|
||||
use pQuery\DomNode;
|
||||
use MailPoet\Util\pQuery\DomNode;
|
||||
use MailPoet\Util\pQuery\pQuery;
|
||||
|
||||
class StructureTransformer {
|
||||
public function transform($content, $imageFullWidth) {
|
||||
|
Reference in New Issue
Block a user