Only show welcome screen on major version upgrade

This commit is contained in:
Brian Miyaji
2019-06-01 13:20:54 +10:00
parent fa1c077cdf
commit 8e25d43d2a
2 changed files with 15 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ class SP_Admin_Welcome {
public function welcome() {
// Bail if no activation redirect transient is set
if ( ! get_transient( '_sp_activation_redirect' ) )
if ( ! get_transient( '_sp_activation_redirect' ) )
return;
// Delete the redirect transient