Merge branch 'MDL-79633' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -584,7 +584,7 @@ class template {
|
||||
return html_writer::tag(
|
||||
'span',
|
||||
userdate($entry->timemodified, get_string('strftimedatemonthabbr', 'langconfig')),
|
||||
['title' => userdate($entry->timecreated)]
|
||||
['title' => userdate($entry->timemodified)]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user