Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit b81c19d

Browse files
author
Billy Clark
committed
team wanted to take a different approach on announcements
1 parent 589f3d6 commit b81c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/material/common-announcement.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
$announcement = htmlentities($this->data['announcement'] ?? null);
2+
$announcement = $this->configuration->getValue('announcement');
33

44
if (! empty($announcement)) {
55
?>

0 commit comments

Comments
 (0)