Skip to content

Commit 5adb2e4

Browse files
committed
Plugin Compat: Don't load the pinned Gutenberg for the Pattern Creator
The compatibility issue was fixed with WordPress/pattern-directory#623.
1 parent 6f58f32 commit 5adb2e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mu-plugins/plugin-tweaks/incompatible-plugins.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
'from' => 'gutenberg/gutenberg.php',
2424
'to' => 'gutenberg-16.8/gutenberg.php',
2525
],
26-
[
27-
// Pattern Creator: Uses private/unstable APIs,
28-
// which are blocked after GB 16.8.
29-
'check' => 'pattern-creator/pattern-creator.php',
30-
'from' => 'gutenberg/gutenberg.php',
31-
'to' => 'gutenberg-16.8/gutenberg.php',
32-
],
3326
];
3427

3528
/**

0 commit comments

Comments
 (0)