diff --git a/composer.patches.json b/composer.patches.json
index b4ec89266584f5aae99bcc782ff6f0ca35006e78..719a9cdcc6a2ac5d5c3f0c11bb9b0145b8d720c1 100644
--- a/composer.patches.json
+++ b/composer.patches.json
@@ -1,6 +1,7 @@
 {
     "patches": {
         "johnpbloch/wordpress-core": {
+            "Patch definition of WP_CONTENT_URL to include SSL when it might not ": "patches/core/0052-fix-ssl-wp-content-url.patch",
             "Disable WP 1.2 upgrade": "patches/core/wp-upgrade-110.patch",
 	    "Do not leak how many users/blogs there are to api.wordpress.org" : "patches/core/0101-Do-not-leak-how-many-users-blogs-there-are-to-api.wo.patch",
 	    "Anonymize user-agent and don't send some headers when checking for updates": "patches/core/0102-anonymize-user-agent-and-don-t-send-some-headers-whe.patch",
diff --git a/patches/core/0052-fix-ssl-wp-content-url.patch b/patches/core/0052-fix-ssl-wp-content-url.patch
index 585848d141c46918ba7a5577decc4deba69d5805..12bb128751f9d7d6e61f0a007f782ea2707d9dac 100644
--- a/patches/core/0052-fix-ssl-wp-content-url.patch
+++ b/patches/core/0052-fix-ssl-wp-content-url.patch
@@ -3,6 +3,7 @@ From: lechuck <l3chuck@autistici.org>
 Date: Fri, 18 Apr 2014 19:14:16 +0000
 Subject: [PATCH 052/229] Initial commit
 Note: (lucha 2020-07-04) I think this is obsolete and could be removed.
+Note: (lucha 2021-02-21) The constant is only used by a single theme, elegant-grunge
 
 diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php
 index 98c8e483..6f6803f4 100644