AnsPress_Reputation_Query::the_date()
Description #
Echo current reputation date.
Source #
File: includes/reputation.php
public function the_date() { echo esc_attr( ap_human_time( $this->get_date(), false ) ); }
Expand full source code Collapse full source code View on GitHub: includes/reputation.php:862
Add your comment