mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
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:
@@ -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` (
|
||||
|
||||
Reference in New Issue
Block a user