Skip to content

Commit 766b0ed

Browse files
committed
Fix notices class
1 parent 55825fa commit 766b0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ function maybe_notice( $force = false ) {
331331
$class .= ' is-dismissible';
332332
}
333333
?>
334-
<div data-ep-notice="<?php echo esc_attr( $notice_key ); ?>" class="notice notice-<?php echo esc_attr( $class ); ?>">
334+
<div data-ep-notice="<?php echo esc_attr( $notice_key ); ?>" class="<?php echo esc_attr( $class ); ?>">
335335
<p>
336336
<?php echo wp_kses( $notice['html'], 'ep-html' ); ?>
337337
</p>

0 commit comments

Comments
 (0)