PHPCS fixes
This commit is contained in:
parent
beb35db6c3
commit
75e47a4cc1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue