Make WordPress Core

Changeset 1594 for trunk/wp-settings.php


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

Remove optionvalues table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1530 r1594  
    2727$wpdb->options             = $table_prefix . 'options';
    2828$wpdb->optiontypes         = $table_prefix . 'optiontypes';
    29 $wpdb->optionvalues        = $table_prefix . 'optionvalues';
    3029$wpdb->optiongroups        = $table_prefix . 'optiongroups';
    3130$wpdb->optiongroup_options = $table_prefix . 'optiongroup_options';
     
    4342$tableoptions = $wpdb->options;
    4443$tableoptiontypes = $wpdb->optiontypes;
    45 $tableoptionvalues = $wpdb->optionvalues;
    4644$tableoptiongroups = $wpdb->optiongroups;
    4745$tableoptiongroup_options = $wpdb->optiongroup_options;
Note: See TracChangeset for help on using the changeset viewer.