Adds missing 2017 RTL styles

This commit is contained in:
Mike Jolley 2018-05-31 10:34:08 +01:00
parent 40f2d62149
commit 1d43233306
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class WC_Twenty_Seventeen {
'deps' => '', 'deps' => '',
'version' => WC_VERSION, 'version' => WC_VERSION,
'media' => 'all', 'media' => 'all',
'has_rtl' => true,
); );
return apply_filters( 'woocommerce_twenty_seventeen_styles', $styles ); return apply_filters( 'woocommerce_twenty_seventeen_styles', $styles );