mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
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