mirror of
https://github.com/moodle/moodle.git
synced 2025-03-19 23:20:09 +01:00
Merge branch 'MDL-79633-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
7e39cee0f6
@ -569,7 +569,7 @@ class template {
|
||||
return html_writer::tag(
|
||||
'span',
|
||||
userdate($entry->timemodified, get_string('strftimedatemonthabbr', 'langconfig')),
|
||||
['title' => userdate($entry->timecreated)]
|
||||
['title' => userdate($entry->timemodified)]
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user