We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641a281 + 2d11760 commit cdda22dCopy full SHA for cdda22d
blocks/tags/block_tags.php
@@ -45,7 +45,7 @@ public function specialization() {
45
if (empty($this->config->title)) {
46
$this->title = get_string('pluginname', 'block_tags');
47
} else {
48
- $this->title = $this->config->title;
+ $this->title = $this->title = format_string($this->config->title, true, ['context' => $this->context]);
49
}
50
51
0 commit comments