Vantage 1.2 respond to comments error
Hi,
when the listing Owner try to answer a comment, comes out an error that he must choose a rating. As answer, is impossible to choose a rating and makes also no sence.
The button to submit the answer, the button to send a contact message, or the button to send a comment are impossible to translate. I must on many parts of the script to change for ex.
PHP Code:
<?php esc_attr_e( 'Submit Reply', APP_TD ); ?> to <?php _e( 'Submit Reply', APP_TD ); ?>
to be able to translate them
.