Add space between if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -28,7 +28,7 @@ class DeferredAdminNotices {
|
||||
add_action('network_admin_notices', array($notice, 'displayWPNotice'));
|
||||
}
|
||||
|
||||
if(!empty($notices)) {
|
||||
if (!empty($notices)) {
|
||||
delete_option(DeferredAdminNotices::OPTIONS_KEY_NAME);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user