mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Remove optiontypes table.
git-svn-id: https://develop.svn.wordpress.org/trunk@1595 602fd350-edb4-49c9-b593-d223f7449a82
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