Skip to content
Snippets Groups Projects
Verified Commit a59008f6 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: hide gutenberg notice in classic editor


Signed-off-by: default avatarBart Jaskulski <bjaskulski@protonmail.com>
parent d884c9e7
No related branches found
No related tags found
No related merge requests found
Pipeline #394718 failed with stages
in 1 minute and 25 seconds
## [3.2.5] - 2024-07-23
### Fixed
- Hide Gutenberg-targeted notices in classic editor
## [3.2.4] - 2024-03-11
### Fixed
- permission check on notice dismiss action
......
......@@ -6,3 +6,4 @@ if ( ! defined( 'ABSPATH' ) ) {
<script type="text/javascript">
<?php include dirname(__FILE__, 5) . '/assets/js/notice.js'; ?>
</script>
<style>.wpdesk-notice-gutenberg { display: none; }</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment