Remove stylesheet register

This commit is contained in:
claudiulodro 2017-11-13 10:11:50 -08:00
parent 8e0e0e8747
commit f58e4d4b85
1 changed files with 0 additions and 6 deletions

View File

@ -332,12 +332,6 @@ class WC_Frontend_Scripts {
'version' => WC_VERSION,
'has_rtl' => true,
),
'woocommerce-unsupported-theme' => array(
'src' => self::get_asset_url( 'assets/css/unsupported-theme.css' ),
'deps' => '',
'version' => WC_VERSION,
'has_rtl' => true,
),
);
foreach ( $register_styles as $name => $props ) {
self::register_style( $name, $props['src'], $props['deps'], $props['version'], 'all', $props['has_rtl'] );