Merge branch 'MDL-79633-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE

This commit is contained in:
Jun Pataleta 2023-10-11 13:41:36 +08:00
commit 7e39cee0f6
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7

View File

@ -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)]
);
}