mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Merge pull request #1183 from ultimatemember/fix/template_versioning_notice
Template versioning notice
This commit is contained in:
@@ -720,7 +720,7 @@ if ( ! class_exists( 'um\admin\core\Admin_Notices' ) ) {
|
||||
* Check Templates Versions notice
|
||||
*/
|
||||
public function template_version() {
|
||||
if ( true === get_option( 'um_override_templates_outdated' ) ) {
|
||||
if ( true === (bool) get_option( 'um_override_templates_outdated' ) ) {
|
||||
$link = admin_url( 'admin.php?page=um_options&tab=override_templates' );
|
||||
ob_start();
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user