summaryrefslogtreecommitdiff
path: root/Postman/PostmanInstaller.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/PostmanInstaller.php')
-rw-r--r--Postman/PostmanInstaller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/PostmanInstaller.php b/Postman/PostmanInstaller.php
index 812f122..4b2603b 100644
--- a/Postman/PostmanInstaller.php
+++ b/Postman/PostmanInstaller.php
@@ -42,7 +42,7 @@ class PostmanInstaller {
$this->addCapability();
}
- $this->add_activation_redirect();
+ //$this->add_activation_redirect();
}
function add_activation_redirect() {
@@ -52,7 +52,7 @@ class PostmanInstaller {
return; }
// Add the transient to redirect
- set_transient( '_post_activation_redirect', true, 30 );
+ //set_transient( '_post_activation_redirect', true, 30 );
}
/**