From 41923bf4632e0f0a575fee13369221db9210e8df Mon Sep 17 00:00:00 2001 From: yehudah Date: Sat, 23 Dec 2017 23:23:04 +0000 Subject: = 1.8 - 2017-12-24 * New: Mailgun API integration * New: New filter controls * New: WPML conflict fix * Fix: Minor old bugs git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1791840 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- Postman/PostmanViewController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Postman/PostmanViewController.php') diff --git a/Postman/PostmanViewController.php b/Postman/PostmanViewController.php index 60274dc..991ea8a 100644 --- a/Postman/PostmanViewController.php +++ b/Postman/PostmanViewController.php @@ -36,7 +36,7 @@ if ( ! class_exists( 'PostmanViewController' ) ) { // initialize the scripts, stylesheets and form fields add_action( 'admin_init', array( $this, 'registerStylesAndScripts' ), 0 ); - add_action( 'admin_init', array( $this, 'do_activation_redirect' ) ); + //add_action( 'admin_init', array( $this, 'do_activation_redirect' ) ); } -- cgit v1.2.3