diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-12 22:00:06 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2017-12-12 22:00:06 +0000 |
commit | 97a47666f6bf86c7cb9387eec51dae5bc2486010 (patch) | |
tree | 40db7ffcd0dab2fdaa6420955c7738ba72079665 /Postman/PostmanViewController.php | |
parent | d53ff2324d38c6fbdc0669324c3e3fa3ae6c4ca8 (diff) | |
download | Post-SMTP-97a47666f6bf86c7cb9387eec51dae5bc2486010.zip |
* MAILGUN IS ABOUT TO RELEASE
* Email log - trash all
* Email log - records per page
* Welcome page
* Fix config screen tabs
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; |