Skip to content
Snippets Groups Projects

Feature/gutenberg

Merged Krzysztof Dyszczyk requested to merge feature/gutenberg into master
2 unresolved threads
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -245,7 +245,7 @@ class Notice
$notice_class .= ' ' . $this->attributes['class'];
}
if ($this->showInGutenberg) {
$notice_class .= 'wpdesk-notice-gutenberg';
$notice_class .= ' wpdesk-notice-gutenberg';
}
return $notice_class;
}
Loading