Skip to content

Commit

Permalink
fix: do not print undefined class var
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Feb 26, 2024
1 parent 1f97036 commit c8166d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/alarm-list.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="<?php echo implode(' ', $classes); ?>">
<div>
<?php if ($title) : ?>
<h4 class="box-title"><?php echo apply_filters('the_title', $title); ?></h4>
<?php endif; ?>
Expand Down

0 comments on commit c8166d7

Please sign in to comment.