mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-79633' of https://github.com/paulholden/moodle
This commit is contained in:
commit
52e614ebda
@ -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)]
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user