Ticket #2524: 2524.diff
| File 2524.diff, 847 bytes (added by robmiller, 6 years ago) |
|---|
-
wp-settings.php
91 91 if ( defined('CUSTOM_USER_META_TABLE') ) 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 internally95 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;106 107 94 if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) 108 95 require (ABSPATH . 'wp-content/object-cache.php'); 109 96 else
