anchor title

This commit is contained in:
James Koster 2013-02-01 12:44:35 +00:00
parent bbc8cea1aa
commit f3b0530c05
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
</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' );