fixed theme-support notice closes #7196
This commit is contained in:
parent
72f30625f6
commit
6c61bf8c4c
|
@ -154,7 +154,9 @@ class WC_Admin_Notices {
|
|||
* Show the Theme Check notice
|
||||
*/
|
||||
public function theme_check_notice() {
|
||||
include( 'views/html-notice-theme-support.php' );
|
||||
if ( ! current_theme_supports( 'woocommerce' ) ) {
|
||||
include( 'views/html-notice-theme-support.php' );
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue