From 03b20c75caa098e967ac42a9f8364e83934b0de7 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 3 Jan 2004 06:43:35 +0000 Subject: [PATCH] b2 import update. git-svn-id: https://develop.svn.wordpress.org/trunk@705 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import-b2.php | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/wp-admin/import-b2.php b/wp-admin/import-b2.php index c5445f3394..673d19063e 100644 --- a/wp-admin/import-b2.php +++ b/wp-admin/import-b2.php @@ -1,5 +1,4 @@ -

Welcome to WordPress. Since you're upgrading from b2 everything should be relatively +

Welcome to WordPress. Since you’re upgrading from b2 everything should be relatively familiar to you. Here are some notes on upgrading:

-

Have you looked at the readme? If - you’re all ready, let’s go!

+

Have you looked at the readme? If + you’re all ready, let’s go!

Did you defeat the boss monster at the end? Good, then you’re ready for - Step 2.

+ Step 2.

query($query); $query = "ALTER TABLE $tableposts DROP INDEX ID"; $q = $wpdb->query($query); + ?>

One down, two to go...

@@ -230,7 +230,7 @@ $q = $wpdb->query($query); $query="ALTER TABLE $tableposts DROP post_karma"; $q = $wpdb->query($query); - +flush(); ?>

Almost there...

@@ -240,13 +240,14 @@ $q = $wpdb->query($query); $query = "ALTER TABLE $tableusers DROP INDEX ID"; $q = $wpdb->query($query); - +upgrade_071(); +upgrade_072(); +upgrade_100(); ?>

Don't forget to CHMOD the weblogs.com.changes.cache file and you'll be A-okay. Welcome to the family.

-

Now there is one more step to the upgrade process. Continue upgrade

-