Make WordPress Core

Changeset 1595 for trunk/wp-settings.php


Ignore:
Timestamp:
09/04/2004 10:04:19 PM (22 years ago)
Author:
saxmatt
Message:

Remove optiontypes table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1594 r1595  
    2626$wpdb->linkcategories      = $table_prefix . 'linkcategories';
    2727$wpdb->options             = $table_prefix . 'options';
    28 $wpdb->optiontypes         = $table_prefix . 'optiontypes';
    2928$wpdb->optiongroups        = $table_prefix . 'optiongroups';
    3029$wpdb->optiongroup_options = $table_prefix . 'optiongroup_options';
     
    4140$tablelinkcategories = $wpdb->linkcategories;
    4241$tableoptions = $wpdb->options;
    43 $tableoptiontypes = $wpdb->optiontypes;
    4442$tableoptiongroups = $wpdb->optiongroups;
    4543$tableoptiongroup_options = $wpdb->optiongroup_options;
Note: See TracChangeset for help on using the changeset viewer.