widget classes

This commit is contained in:
Mike Jolley 2011-08-27 13:35:49 +01:00
parent c46a0fa8c0
commit 966a490cad
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class WooCommerce_Widget_Recent_Products extends WP_Widget {
function WooCommerce_Widget_Recent_Products() {
/* Widget variable settings. */
$this->woo_widget_cssclass = 'widget_recent_entries';
$this->woo_widget_cssclass = 'widget_recent_products';
$this->woo_widget_description = __( 'Display a list of your most recent products on your site..', 'woothemes' );
$this->woo_widget_idbase = 'woocommerce_recent_products';
$this->woo_widget_name = __('WooCommerce Recent Products', 'woothemes' );

View File

@ -20,7 +20,7 @@ class WooCommerce_Widget_Top_Rated_Products extends WP_Widget {
function WooCommerce_Widget_Top_Rated_Products() {
/* Widget variable settings. */
$this->woo_widget_cssclass = 'widget_top_rated_products widget_recent_entries';
$this->woo_widget_cssclass = 'widget_top_rated_products';
$this->woo_widget_description = __( 'Display a list of top rated products on your site.', 'woothemes' );
$this->woo_widget_idbase = 'woocommerce_top_rated_products';
$this->woo_widget_name = __('WooCommerce Top Rated Products', 'woothemes' );