revert class

This commit is contained in:
Mike Jolley 2012-06-29 22:14:40 +01:00
parent b0e59cb26d
commit 058c3ed9d4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class WooCommerce_Widget_Cart extends WP_Widget {
function WooCommerce_Widget_Cart() {
/* Widget variable settings. */
$this->woo_widget_cssclass = 'widget_cart';
$this->woo_widget_cssclass = 'widget_shopping_cart';
$this->woo_widget_description = __( "Display the user's Cart in the sidebar.", 'woocommerce' );
$this->woo_widget_idbase = 'woocommerce_widget_cart';
$this->woo_widget_name = __( 'WooCommerce Cart', 'woocommerce' );