How to add register to add your review link to a listing
On a listing page where it says "Please login to add your review" i'd like to change it to "Please register or login to add your review".
This looks like the code on single-listing.php that I would edit but I'm not expert enough to know what to do. Any help?
<?php printf( __( "Please %s to add your review.", APP_TD ), html_link( wp_login_url(), __( 'login', APP_TD ) ) ); ?>