Skip to content

Commit e9b6465

Browse files
committed
Formatting fix for the admin notice message.
1 parent 7d78013 commit e9b6465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

includes/admin/admin-notices.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function admin_notice_success( string $msg ) {
3535
),
3636
'strong' => array(),
3737
'em' => array(),
38+
'br' => array(),
3839
)
3940
);
4041
?>
@@ -77,4 +78,4 @@ function admin_notice_error( string $msg ) {
7778
</p>
7879
</div>
7980
<?php
80-
}
81+
}

0 commit comments

Comments
 (0)