mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Make the comments-menu caption support multiple languages.
This commit is contained in:
@@ -41,8 +41,7 @@ class comment_menu_shortcodes extends e_shortcode
|
||||
|
||||
function sc_cm_datestamp()
|
||||
{
|
||||
$gen = new convert;
|
||||
return $gen->convert_date($this->var['comment_datestamp'], "relative");
|
||||
return e107::getParser()->toDate($this->var['comment_datestamp'], "relative");
|
||||
}
|
||||
|
||||
function sc_cm_heading()
|
||||
|
Reference in New Issue
Block a user