Removing Member Since: Date from Reviewer under Reviews Tab on single-listing.php
I am modifying the review system and would like to get rid of the "Member Since:" and date on posts under the Reviews tab on the single business listing page (single-listing.php).
The whole review can be removed by deleting the following from single-listing.php
<?php get_template_part( 'reviews', 'listing' ); ?>
Any idea what file that references? Or here I need to edit to modify the review and get rid of "Member Since:" and the date?