Skip to content

Commit

Permalink
anchor title
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Feb 1, 2013
1 parent bbc8cea commit f3b0530
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 @@ -75,7 +75,7 @@
</div>
<?php endif;

echo '<p class="add_review"><a href="#review_form" class="inline show_review_form button" rel="prettyPhoto">'.__( 'Add Review', 'woocommerce' ).'</a></p>';
echo '<p class="add_review"><a href="#review_form" class="inline show_review_form button" rel="prettyPhoto" title="' . __( 'Add Your Review', 'woocommerce' ) . '">' . __( 'Add Review', 'woocommerce' ) . '</a></p>';

$title_reply = __( 'Add a review', 'woocommerce' );

Expand Down

0 comments on commit f3b0530

Please sign in to comment.