From 764a64fc02d3b6ff5a86e851ee7da8a24b6c06ff Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Mon, 22 Feb 2021 21:02:38 -0800 Subject: [PATCH] remove patch from 2004 blocking upgrade to wordpress 1.2 db this is not useful anymore. closes #13 --- composer.patches.json | 3 +-- patches/core/wp-upgrade-110.patch | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 patches/core/wp-upgrade-110.patch diff --git a/composer.patches.json b/composer.patches.json index b8f32a5e..a63d4ad1 100644 --- a/composer.patches.json +++ b/composer.patches.json @@ -1,8 +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", + "Patch definition of WP_CONTENT_URL to include SSL when it might not ": "patches/core/0052-fix-ssl-wp-content-url.patch", "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", "Stop Wordpress from hardcoding the location of debug.log": "patches/core/0199-patch-stops-wordpress-from-hardcoding-the-location-o.patch", diff --git a/patches/core/wp-upgrade-110.patch b/patches/core/wp-upgrade-110.patch deleted file mode 100644 index 025ac3d0..00000000 --- a/patches/core/wp-upgrade-110.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php -index 26614c9..eb5c04e 100644 ---- a/wp-admin/includes/upgrade.php -+++ b/wp-admin/includes/upgrade.php -@@ -937,6 +937,7 @@ function upgrade_101() { - * @global wpdb $wpdb WordPress database abstraction object. - */ - function upgrade_110() { -+ return; - global $wpdb; - - // Set user_nicename. -- GitLab