Make WordPress Core

Ticket #2512: wp-settings.php.diff

File wp-settings.php.diff, 490 bytes (added by markjaquith, 19 years ago)

Patch against latest SVN checkout

  • wp-settings.php

     
    9191        $wpdb->users = CUSTOM_USER_TABLE;
    9292if ( defined('CUSTOM_USER_META_TABLE') )
    9393        $wpdb->usermeta = CUSTOM_USER_META_TABLE;
     94if ( defined('CUSTOM_OPTIONS_TABLE') )
     95        $wpdb->options = CUSTOM_OPTIONS_TABLE;
    9496
    9597// We're going to need to keep this around for a few months even though we're not using it internally
    9698