Uses
| Uses | Description | 
|---|---|
| wp-includes/general-template.php: get_post_timestamp() | Retrieve post published or modified time as a Unix timestamp. | 
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/formatting.php: human_time_diff() | Determines the difference between two timestamps. | 
| wp-includes/general-template.php: get_the_time() | Retrieve the time at which the post was written. |