Skip to content

Commit cdda22d

Browse files
author
David Monllao
committed
Merge branch 'MDL-60439-34' of https://github.com/lucaboesch/moodle into MOODLE_34_STABLE
2 parents 641a281 + 2d11760 commit cdda22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/tags/block_tags.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function specialization() {
4545
if (empty($this->config->title)) {
4646
$this->title = get_string('pluginname', 'block_tags');
4747
} else {
48-
$this->title = $this->config->title;
48+
$this->title = $this->title = format_string($this->config->title, true, ['context' => $this->context]);
4949
}
5050
}
5151

0 commit comments

Comments
 (0)