This commit is contained in:
Mike Jolley 2012-10-10 15:37:19 +01:00
parent 425b38f7ad
commit c023a64e36
2 changed files with 1 additions and 3 deletions

View File

@ -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 - 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 - Dutch updates by Ramoonus.
* Localization - Localized shortcode button.

View File

@ -1087,8 +1087,6 @@ class Woocommerce {
$woocommerce_params['locale'] = json_encode( $this->countries->get_country_locale() );
wp_localize_script( 'woocommerce', 'woocommerce_params', apply_filters( 'woocommerce_params', $woocommerce_params ) );
}
/**