Changeset 3951 for trunk/wp-settings.php
- Timestamp:
- 07/04/2006 06:28:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r3902 r3951 92 92 $wpdb->usermeta = CUSTOM_USER_META_TABLE; 93 93 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 = ''; 106 96 107 97 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') )
Note: See TracChangeset
for help on using the changeset viewer.