Skip to content
Snippets Groups Projects
Commit 764a64fc authored by lucha's avatar lucha
Browse files

remove patch from 2004 blocking upgrade to wordpress 1.2 db

this is not useful anymore. closes #13
parent 359afe08
Branches
Tags
No related merge requests found
{
"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/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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment