PHPCS fixes
This commit is contained in:
parent
beb35db6c3
commit
75e47a4cc1
|
@ -25,4 +25,4 @@ if ( 'no' === get_option( 'woocommerce_enable_review_rating' ) || 'no' === get_o
|
||||||
return;
|
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