Ticket #2512: wp-settings.php.diff
File wp-settings.php.diff, 490 bytes (added by , 19 years ago) |
---|
-
wp-settings.php
91 91 $wpdb->users = CUSTOM_USER_TABLE; 92 92 if ( defined('CUSTOM_USER_META_TABLE') ) 93 93 $wpdb->usermeta = CUSTOM_USER_META_TABLE; 94 if ( defined('CUSTOM_OPTIONS_TABLE') ) 95 $wpdb->options = CUSTOM_OPTIONS_TABLE; 94 96 95 97 // We're going to need to keep this around for a few months even though we're not using it internally 96 98