| 94 | | // We're going to need to keep this around for a few months even though we're not using it internally |
|---|
| 95 | | |
|---|
| 96 | | $tableposts = $wpdb->posts; |
|---|
| 97 | | $tableusers = $wpdb->users; |
|---|
| 98 | | $tablecategories = $wpdb->categories; |
|---|
| 99 | | $tablepost2cat = $wpdb->post2cat; |
|---|
| 100 | | $tablecomments = $wpdb->comments; |
|---|
| 101 | | $tablelink2cat = $wpdb->link2cat; |
|---|
| 102 | | $tablelinks = $wpdb->links; |
|---|
| 103 | | $tablelinkcategories = $wpdb->linkcategories; |
|---|
| 104 | | $tableoptions = $wpdb->options; |
|---|
| 105 | | $tablepostmeta = $wpdb->postmeta; |
|---|
| | 94 | // To be removed in 2.2 |
|---|
| | 95 | $tableposts = $tableusers = $tablecategories = $tablepost2cat = $tablecomments = $tablelink2cat = $tablelinks = $tablelinkcategories = $tableoptions = $tablepostmeta = ''; |
|---|