mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-80831 core: Add missing classname for privacy url
This commit is contained in:
parent
14eac824ed
commit
a74583cbf0
@ -45,6 +45,7 @@ class hook_callbacks {
|
||||
$hook->add_html(
|
||||
html_writer::div(
|
||||
html_writer::link($url, get_string('dataretentionsummary', 'tool_dataprivacy')),
|
||||
'tool_dataprivacy',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user