Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1355 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -19,6 +19,21 @@ class wpdb {
|
||||
var $last_query;
|
||||
var $col_info;
|
||||
|
||||
// Our tables
|
||||
var $posts;
|
||||
var $users;
|
||||
var $categories;
|
||||
var $post2cat;
|
||||
var $comments;
|
||||
var $links;
|
||||
var $linkcategories;
|
||||
var $options;
|
||||
var $optiontypes;
|
||||
var $optionvalues;
|
||||
var $optiongroups;
|
||||
var $optiongroup_options;
|
||||
var $postmeta;
|
||||
|
||||
// ==================================================================
|
||||
// DB Constructor - connects to the server and selects a database
|
||||
|
||||
|
||||
Reference in New Issue
Block a user