From 9b7d6f3b5f5678299e3bc852f0b503aef0fa26b8 Mon Sep 17 00:00:00 2001 From: Brandon Hundt Date: Thu, 21 Mar 2024 16:27:30 -0500 Subject: [PATCH] feat(s3-uploads-patched): rename and activate --- .../configs/global/global-plugins.php | 1 + wp-content/plugins/PATCH-s3-uploads/s3-uploads.php | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-content/mu-plugins/the-world-site-config/configs/global/global-plugins.php b/wp-content/mu-plugins/the-world-site-config/configs/global/global-plugins.php index e79697331..223751038 100644 --- a/wp-content/mu-plugins/the-world-site-config/configs/global/global-plugins.php +++ b/wp-content/mu-plugins/the-world-site-config/configs/global/global-plugins.php @@ -14,6 +14,7 @@ 'disable-comments/disable-comments.php', 'genesis-custom-blocks/genesis-custom-blocks.php', 'PATCH-external-media-without-import/external-media-without-import.php', + 'PATCH-s3-uploads/s3-uploads.php', 'microsoft-start/index.php', 'pwa/pwa.php', 'redirection/redirection.php', diff --git a/wp-content/plugins/PATCH-s3-uploads/s3-uploads.php b/wp-content/plugins/PATCH-s3-uploads/s3-uploads.php index e7f0ac5fe..1a1eb889b 100644 --- a/wp-content/plugins/PATCH-s3-uploads/s3-uploads.php +++ b/wp-content/plugins/PATCH-s3-uploads/s3-uploads.php @@ -1,17 +1,17 @@