From 75e47a4cc10cc1c858f21ae176d0a065f2e25203 Mon Sep 17 00:00:00 2001 From: Gerhard Date: Wed, 16 Jan 2019 11:56:07 +0200 Subject: [PATCH] PHPCS fixes --- templates/loop/rating.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/loop/rating.php b/templates/loop/rating.php index f58b5f317bf..c19dd72b294 100644 --- a/templates/loop/rating.php +++ b/templates/loop/rating.php @@ -10,9 +10,9 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ - * @package WooCommerce/Templates - * @version 3.0.0 + * @see https://docs.woocommerce.com/document/template-structure/ + * @package WooCommerce/Templates + * @version 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -25,4 +25,4 @@ if ( 'no' === get_option( 'woocommerce_enable_review_rating' ) || 'no' === get_o return; } -echo wc_get_rating_html( $product->get_average_rating() ); +echo wc_get_rating_html( $product->get_average_rating() ); // WordPress.XSS.EscapeOutput.OutputNotEscaped.