We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55825fa commit 766b0edCopy full SHA for 766b0ed
includes/dashboard.php
@@ -331,7 +331,7 @@ function maybe_notice( $force = false ) {
331
$class .= ' is-dismissible';
332
}
333
?>
334
- <div data-ep-notice="<?php echo esc_attr( $notice_key ); ?>" class="notice notice-<?php echo esc_attr( $class ); ?>">
+ <div data-ep-notice="<?php echo esc_attr( $notice_key ); ?>" class="<?php echo esc_attr( $class ); ?>">
335
<p>
336
<?php echo wp_kses( $notice['html'], 'ep-html' ); ?>
337
</p>
0 commit comments