readme
This commit is contained in:
parent
425b38f7ad
commit
c023a64e36
|
@ -196,7 +196,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
||||||
* Fix - Active plugins display on status page.
|
* Fix - Active plugins display on status page.
|
||||||
* Fix - Manual product category counting to make sure hidden products are not counted.
|
* Fix - Manual product category counting to make sure hidden products are not counted.
|
||||||
|
|
||||||
* Localization - French update by Arnaud Cheminand.
|
* Localization - French update by Arnaud Cheminand and absoluteweb.
|
||||||
* Localization - Romanian update by silviu-bucsa.
|
* Localization - Romanian update by silviu-bucsa.
|
||||||
* Localization - Dutch updates by Ramoonus.
|
* Localization - Dutch updates by Ramoonus.
|
||||||
* Localization - Localized shortcode button.
|
* Localization - Localized shortcode button.
|
||||||
|
|
|
@ -1087,8 +1087,6 @@ class Woocommerce {
|
||||||
$woocommerce_params['locale'] = json_encode( $this->countries->get_country_locale() );
|
$woocommerce_params['locale'] = json_encode( $this->countries->get_country_locale() );
|
||||||
|
|
||||||
wp_localize_script( 'woocommerce', 'woocommerce_params', apply_filters( 'woocommerce_params', $woocommerce_params ) );
|
wp_localize_script( 'woocommerce', 'woocommerce_params', apply_filters( 'woocommerce_params', $woocommerce_params ) );
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue