Changeset 2632 for trunk/wp-settings.php
- Timestamp:
- 06/12/2005 11:14:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r2631 r2632 53 53 if ( defined('CUSTOM_USER_TABLE') ) 54 54 $wpdb->users = CUSTOM_USER_TABLE; 55 if ( defined('CUSTOM_USER_META_TABLE') ) 56 $wpdb->usermeta = CUSTOM_USER_META_TABLE; 55 57 56 58 // 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.