PHPCS fixes

This commit is contained in:
Gerhard 2019-01-16 11:56:07 +02:00
parent beb35db6c3
commit 75e47a4cc1
1 changed files with 4 additions and 4 deletions

View File

@ -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.