From df4cdf1cbae42de7b279f474e2b27fa719a90429 Mon Sep 17 00:00:00 2001 From: yehudah Date: Tue, 11 Aug 2020 20:24:30 +0000 Subject: * Fixed: WordPress 5.5 compatibility * Fixed: Email log filtering * Fixed: Pushover notifications * New: Suggest solution for email delivery errors --- Postman/PostmanInstaller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Postman/PostmanInstaller.php') diff --git a/Postman/PostmanInstaller.php b/Postman/PostmanInstaller.php index 01c6a07..ee36435 100644 --- a/Postman/PostmanInstaller.php +++ b/Postman/PostmanInstaller.php @@ -77,7 +77,8 @@ class PostmanInstaller { // Bail if activating from network, or bulk if ( is_network_admin() || isset( $_GET['activate-multi'] ) ) { - return; } + return; + } // Add the transient to redirect //set_transient( '_post_activation_redirect', true, 30 ); -- cgit v1.2.3