From dfd7a0493a08f97d93a59b1fcf63d1ed30c3ea10 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 23 Sep 2015 17:13:26 -0300 Subject: [PATCH] Added version and improved the templates/content-widget-product.php --- templates/content-widget-product.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/content-widget-product.php b/templates/content-widget-product.php index fc0a3fca135..13ed01a3429 100644 --- a/templates/content-widget-product.php +++ b/templates/content-widget-product.php @@ -6,9 +6,9 @@ * * @author WooThemes * @package WooCommerce/Templates - * @version 1.0.0 + * @version 2.5.0 */ - + // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; @@ -21,6 +21,8 @@ global $product; ?> get_image(); ?> get_title(); ?> - get_rating_html(); ?> + + get_rating_html(); ?> + get_price_html(); ?>