mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-40759 fontawesome: Use a cache
Cache the callback info.
This commit is contained in:
parent
2154c9824d
commit
7e8940b544
4 changed files with 26 additions and 8 deletions
|
@ -48,6 +48,7 @@ $string['cachedef_completion'] = 'Activity completion status';
|
|||
$string['cachedef_databasemeta'] = 'Database meta information';
|
||||
$string['cachedef_eventinvalidation'] = 'Event invalidation';
|
||||
$string['cachedef_externalbadges'] = 'External badges for particular user';
|
||||
$string['cachedef_fontawesomeiconmapping'] = 'Mapping of icons for font awesome';
|
||||
$string['cachedef_suspended_userids'] = 'List of suspended users per course';
|
||||
$string['cachedef_groupdata'] = 'Course group information';
|
||||
$string['cachedef_htmlpurifier'] = 'HTML Purifier - cleaned content';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue