Add space between if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@@ -55,7 +55,7 @@ class Pages {
|
||||
static function isMailpoetPage($id) {
|
||||
$mailpoetPages = static::getMailPoetPages();
|
||||
foreach ($mailpoetPages as $mailpoetPage) {
|
||||
if($mailpoetPage->ID === $id) {
|
||||
if ($mailpoetPage->ID === $id) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user