function authcache_preprocess_comment_folded in Authenticated User Page Caching (Authcache) 6
Process comment template variables
Remove "new"
See also
File
- ./
authcache.module, line 556 - Authenticated User Page Caching (and anonymous users, too!)
Code
function authcache_preprocess_comment_folded(&$variables) {
if ($variables['is_page_authcache']) {
$variables['new'] = '';
}
}