Ticket #2524: 2524.diff

File 2524.diff, 847 bytes (added by robmiller, 6 years ago)
  • wp-settings.php

     
    9191if ( defined('CUSTOM_USER_META_TABLE') ) 
    9292        $wpdb->usermeta = CUSTOM_USER_META_TABLE; 
    9393 
    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; 
    106  
    10794if ( file_exists(ABSPATH . 'wp-content/object-cache.php') ) 
    10895        require (ABSPATH . 'wp-content/object-cache.php'); 
    10996else