Make WordPress Core


Ignore:
Timestamp:
05/24/2004 08:22:18 AM (21 years ago)
Author:
saxmatt
Message:

Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r1218 r1355  
    1919    var $last_query;
    2020    var $col_info;
     21
     22    // Our tables
     23    var $posts;
     24    var $users;
     25    var $categories;
     26    var $post2cat;
     27    var $comments;
     28    var $links;
     29    var $linkcategories;
     30    var $options;
     31    var $optiontypes;
     32    var $optionvalues;
     33    var $optiongroups;
     34    var $optiongroup_options;
     35    var $postmeta;
    2136
    2237    // ==================================================================
Note: See TracChangeset for help on using the changeset viewer.