Need to actually check $outdated. Derp. @coenjacobs
This commit is contained in:
parent
cff6dd5341
commit
26d0e711cd
|
@ -126,7 +126,9 @@ class WC_Admin_Notices {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
include( 'views/html-notice-template-check.php' );
|
if ( $outdated ) {
|
||||||
|
include( 'views/html-notice-template-check.php' );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue