Remove leading slashes in imports [MAILPOET-764]

This commit is contained in:
Alexey Stoletniy
2017-01-25 10:22:27 +03:00
parent 2220a13399
commit b7ef191641
28 changed files with 74 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
<?php
namespace MailPoet\Newsletter\Editor;
use \pQuery;
use pQuery;
if(!defined('ABSPATH')) exit;