Remove optiontypes table.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -25,7 +25,6 @@ $wpdb->comments = $table_prefix . 'comments';
|
||||
$wpdb->links = $table_prefix . 'links';
|
||||
$wpdb->linkcategories = $table_prefix . 'linkcategories';
|
||||
$wpdb->options = $table_prefix . 'options';
|
||||
$wpdb->optiontypes = $table_prefix . 'optiontypes';
|
||||
$wpdb->optiongroups = $table_prefix . 'optiongroups';
|
||||
$wpdb->optiongroup_options = $table_prefix . 'optiongroup_options';
|
||||
$wpdb->postmeta = $table_prefix . 'postmeta';
|
||||
@@ -40,7 +39,6 @@ $tablecomments = $wpdb->comments;
|
||||
$tablelinks = $wpdb->links;
|
||||
$tablelinkcategories = $wpdb->linkcategories;
|
||||
$tableoptions = $wpdb->options;
|
||||
$tableoptiontypes = $wpdb->optiontypes;
|
||||
$tableoptiongroups = $wpdb->optiongroups;
|
||||
$tableoptiongroup_options = $wpdb->optiongroup_options;
|
||||
$tablepostmeta = $wpdb->postmeta;
|
||||
|
||||
Reference in New Issue
Block a user