diff options
Diffstat (limited to 'Postman/PostmanViewController.php')
-rw-r--r-- | Postman/PostmanViewController.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php index 964e266..60274dc 100644 --- a/Postman/PostmanViewController.php +++ b/Postman/PostmanViewController.php @@ -48,7 +48,8 @@ if ( ! class_exists( 'PostmanViewController' ) ) { } // Delete the redirect transient - // delete_transient( '_post_activation_redirect' ); + delete_transient( '_post_activation_redirect' ); + // Bail if activating from network, or bulk if ( is_network_admin() || isset( $_GET['activate-multi'] ) ) { return; |