summaryrefslogtreecommitdiff
path: root/Postman/PostmanInstaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/PostmanInstaller.php')
-rw-r--r--Postman/PostmanInstaller.php3
1 files changed, 2 insertions, 1 deletions
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 );