Is there a way to remove the date that goes along with the review?
Is there a way to remove the date that goes along with the review?
remove/comment line 736:
'<abbr title="' . $this->iso8601(strtotime($review->date_time)) . '" class="dtreviewed">' . date("M d, Y", strtotime($review->date_time)) . '</abbr> ' .
You must log in to post.