From 14b908d9a74175a622813724bb3adb40eeddd899 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Thu, 11 Jul 2024 13:11:23 -0400 Subject: [PATCH] Incompatible plugins: Remove pattern-creator workaround Syncs the [dotorg-22390] change back into github, as the pattern creator has been updated for GB 18.7. --- mu-plugins/plugin-tweaks/incompatible-plugins.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mu-plugins/plugin-tweaks/incompatible-plugins.php b/mu-plugins/plugin-tweaks/incompatible-plugins.php index a1ae6179..251652f2 100644 --- a/mu-plugins/plugin-tweaks/incompatible-plugins.php +++ b/mu-plugins/plugin-tweaks/incompatible-plugins.php @@ -23,12 +23,6 @@ 'from' => 'gutenberg/gutenberg.php', 'to' => 'gutenberg-17.9/gutenberg.php', ], - [ - // Pattern Creator: temp fix for breakage, see: https://wordpress.slack.com/archives/C02QB8GMM/p1720180116195859. - 'check' => 'pattern-creator/pattern-creator.php', - 'from' => 'gutenberg/gutenberg.php', - 'to' => 'gutenberg-18.6.1/gutenberg.php', - ], ]; /**