Skip to content

Commit

Permalink
Plugin Compat: Don't load the pinned Gutenberg for the Pattern Creator
Browse files Browse the repository at this point in the history
The compatibility issue was fixed with WordPress/pattern-directory#623.
  • Loading branch information
ryelle committed Feb 20, 2024
1 parent 6f58f32 commit 5adb2e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mu-plugins/plugin-tweaks/incompatible-plugins.php
Expand Up @@ -23,13 +23,6 @@
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-16.8/gutenberg.php',
],
[
// Pattern Creator: Uses private/unstable APIs,
// which are blocked after GB 16.8.
'check' => 'pattern-creator/pattern-creator.php',
'from' => 'gutenberg/gutenberg.php',
'to' => 'gutenberg-16.8/gutenberg.php',
],
];

/**
Expand Down

0 comments on commit 5adb2e4

Please sign in to comment.