Make WordPress Core


Ignore:
Timestamp:
02/29/2004 08:43:36 AM (21 years ago)
Author:
saxmatt
Message:

Migrating more of the global options to get_settings().

File:
1 edited

Legend:

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

    r954 r955  
    708708   
    709709    $wpdb->query("DELETE FROM $tableoptiongroups WHERE group_id = 6");
     710    $wpdb->query("DELETE FROM $tableoptiongroups WHERE group_id = 7");
    710711
    711712    // Add blog_charset option
Note: See TracChangeset for help on using the changeset viewer.