Home
last modified time | relevance | path

Searched refs:displayts (Results 1 – 2 of 2) sorted by relevance

/web-bugs/www/rss/
H A Drdf.php106 $displayts = date('Y-m-d H:i', $comment['added'] - date('Z', $comment['added'])); variable
113 echo clean($comment['handle']) . " [$displayts]";
115 … echo clean(substr($comment['email'], 0, strpos($comment['email'], '@'))), "@... [$displayts]";
H A Drss.php33 $displayts = date(DATE_RSS, $comment['added']); variable
36 <title><?php echo clean($comment['email'] . " [$displayts]"); ?></title>

Completed in 5 milliseconds