From 2e42c2329f1565808e6c692a93ee232cb435732a Mon Sep 17 00:00:00 2001 From: mikelittle Date: Fri, 19 Dec 2003 00:41:33 +0000 Subject: [PATCH] Upgrade of option values for link images after directory move git-svn-id: http://svn.automattic.com/wordpress/trunk@632 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/upgrade-072-to-080.php | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/wp-admin/upgrade-072-to-080.php b/wp-admin/upgrade-072-to-080.php index 501b6aca1..e1a4f0538 100644 --- a/wp-admin/upgrade-072-to-080.php +++ b/wp-admin/upgrade-072-to-080.php @@ -234,14 +234,14 @@ if ($continue) { $wpdb->show_errors(); ?>

Comment spammers should now watch out for you.

-

See, that didn’t hurt a bit (again). Now on to the final step.

+

See, that didn’t hurt a bit (again). Now on to the next step.

Step 3

-

This is the final step, and the most exciting. We’re going to make it so each post can now have multiple categories. Hold on tight.

+

This is a most exciting step. We’re going to make it so each post can now have multiple categories. Hold on tight.

All done!

+

You are ready to rock ’n roll. Next step.

+ + +

Step 4

+

This is the final step. We’re going to update the paths for the default links images that have moved.

+

If you do not still have the default settings it will not make any changes.

+query("UPDATE $tableoptions SET option_value = REPLACE(option_value, 'wp-links/links-images/', 'wp-images/links/') + WHERE option_name LIKE 'links_rating_image%' + AND option_value LIKE 'wp-links/links-images/%'"); +?> +

All done!

You are ready to rock ’n roll. Go crazy.