Make WordPress Core


Ignore:
Timestamp:
12/30/2003 09:31:13 AM (22 years ago)
Author:
saxmatt
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-functions.php

    r662 r664  
    588588                                                      WHERE option_name LIKE 'links_rating_image%'
    589589                                                      AND option_value LIKE 'wp-links/links-images/%'");
     590    $wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'comment_allowed_tags'");
     591    $wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'use_preview'");
     592    $wpdb->query("DELETE FROM $tableoptions WHERE option_name = 'search_engine_friendly_urls'");
    590593    // Multiple categories
    591594    maybe_create_table($tablepost2cat, "
Note: See TracChangeset for help on using the changeset viewer.