Removed extra comment

This commit is contained in:
Claudio Sanches 2017-04-28 20:08:37 -03:00
parent 26a6dfa803
commit ad09564ff3
1 changed files with 0 additions and 1 deletions

View File

@ -2551,7 +2551,6 @@ function wc_get_stock_html( $product ) {
*/
function wc_get_rating_html( $rating, $count = 0 ) {
if ( 0 < $rating ) {
/* translators: %s: rating */
$html = '<div class="star-rating">';
$html .= wc_get_star_rating_html( $rating, $count );
$html .= '</div>';