Searched refs:displayts (Results 1 – 2 of 2) sorted by relevance
106 $displayts = date('Y-m-d H:i', $comment['added'] - date('Z', $comment['added'])); variable113 echo clean($comment['handle']) . " [$displayts]";115 … echo clean(substr($comment['email'], 0, strpos($comment['email'], '@'))), "@... [$displayts]";
33 $displayts = date(DATE_RSS, $comment['added']); variable36 <title><?php echo clean($comment['email'] . " [$displayts]"); ?></title>
Completed in 6 milliseconds