New wp-config.php setup by Chris Anderson, updated style for upgrade files, and brought install.php up to date with current version.

git-svn-id: https://develop.svn.wordpress.org/trunk@664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2003-12-30 09:31:13 +00:00
parent a00617018a
commit f452cee4ab
4 changed files with 157 additions and 7 deletions
+3
View File
@@ -587,6 +587,9 @@ function upgrade_100() {
$wpdb->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/%'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'comment_allowed_tags'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'use_preview'");
$wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'search_engine_friendly_urls'");
// Multiple categories
maybe_create_table($tablepost2cat, "
CREATE TABLE `$tablepost2cat` (