From d7c9027a75f0d4783a00af08f8632921b19baa01 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Fri, 30 Aug 2024 15:02:21 +0100 Subject: [PATCH] Fix patch package for "core" / 2 --- composer.patches.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.patches.json b/composer.patches.json index de8aba14..8f13bcf4 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -1,6 +1,6 @@ { "patches": { - "roots/wordpress": { + "roots/wordpress-no-content": { "Anonymize requests to api.wordpress.org for updates": "patches/core/anonymize-update.php.patch", "Do not perform pingbacks and trackbacks when we update via cron": "patches/core/0103-Remove-pingback-trackback.patch", "Load JS library locally instead than from Googleapis": "patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch", -- GitLab