mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-64820 forum: add caching to forum_tp_is_tracked
This commit is contained in:
parent
72a3d05b7e
commit
4dc671a920
4 changed files with 56 additions and 2 deletions
|
@ -50,6 +50,7 @@ $string['blockperiod_help'] = 'Students can be blocked from posting more than a
|
|||
$string['blockperioddisabled'] = 'Don\'t block';
|
||||
$string['blogforum'] = 'Standard forum displayed in a blog-like format';
|
||||
$string['bynameondate'] = 'by {$a->name} - {$a->date}';
|
||||
$string['cachedef_forum_is_tracked'] = 'Forum tracking status for user';
|
||||
$string['cannotadd'] = 'Could not add the discussion for this forum';
|
||||
$string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
|
||||
$string['cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue