Need to actually check $outdated. Derp. @coenjacobs

This commit is contained in:
Mike Jolley 2014-02-11 15:13:47 +00:00
parent cff6dd5341
commit 26d0e711cd
1 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,9 @@ class WC_Admin_Notices {
} }
} }
include( 'views/html-notice-template-check.php' ); if ( $outdated ) {
include( 'views/html-notice-template-check.php' );
}
} }
} }