Skip to content

Commit

Permalink
noreviews class
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Dec 13, 2012
1 parent aff2cc3 commit 5a8e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/single-product-reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

$title_reply = __( 'Be the first to review', 'woocommerce' ).' “'.$post->post_title.'”';

echo '<p>'.__( 'There are no reviews yet, would you like to <a href="#review_form" class="inline show_review_form">submit yours</a>?', 'woocommerce' ).'</p>';
echo '<p class="noreviews">'.__( 'There are no reviews yet, would you like to <a href="#review_form" class="inline show_review_form">submit yours</a>?', 'woocommerce' ).'</p>';

endif;

Expand Down

0 comments on commit 5a8e25d

Please sign in to comment.