<?php/** * Admin View: Notice - Template Check */if(!defined('ABSPATH')){exit;}$theme=wp_get_theme();?><divid="message"class="updated woocommerce-message"><aclass="woocommerce-message-close notice-dismiss"href="<?phpechoesc_url(wp_nonce_url(add_query_arg('wc-hide-notice','template_files'),'woocommerce_hide_notices_nonce','_wc_notice_nonce'));?>"><?php_e('Dismiss','woocommerce');?></a><p><?phpprintf(__('<strong>Your theme (%1$s) contains outdated copies of some WooCommerce template files.</strong> These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the <a href="%2$s">system status page</a>. If in doubt, check with the author of the theme.','woocommerce'),esc_html($theme['Name']),esc_url(admin_url('admin.php?page=wc-status')));?></p><pclass="submit"><aclass="button-primary"href="https://docs.woocommerce.com/document/template-structure/"target="_blank"><?php_e('Learn more about templates','woocommerce');?></a></p></div>