widget classes
This commit is contained in:
parent
c46a0fa8c0
commit
966a490cad
|
@ -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' );
|
||||
|
|
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue