Make WordPress Core

Changeset 2632 for trunk/wp-settings.php


Ignore:
Timestamp:
06/12/2005 11:14:52 PM (20 years ago)
Author:
matt
Message:

More user updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r2631 r2632  
    5353if ( defined('CUSTOM_USER_TABLE') )
    5454    $wpdb->users = CUSTOM_USER_TABLE;
     55if ( defined('CUSTOM_USER_META_TABLE') )
     56    $wpdb->usermeta = CUSTOM_USER_META_TABLE;
    5557
    5658// We're going to need to keep this around for a few months even though we're not using it internally
Note: See TracChangeset for help on using the changeset viewer.