Skip to content
Snippets Groups Projects
Commit e3eeca65 authored by Alexander Bias's avatar Alexander Bias Committed by Kathrin Osswald
Browse files

Change a comment to make codechecker happy.

parent 287fb20d
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,8 @@ if ($ADMIN->fulltree) {
array('maxfiles' => 20, 'accepted_types' => array('.scss')));
$page->add($setting);
// Settings title to group core background image related settings together with a common heading. We don't want a description here.
// Settings title to group core background image related settings together with a common heading.
// We don't want a description here.
$name = 'theme_boost_campus/backgroundimageheading';
$title = get_string('backgroundimage', 'theme_boost', null, true);
$setting = new admin_setting_heading($name, $title, null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment