Make WordPress Core

Changeset 2631 for trunk/wp-settings.php


Ignore:
Timestamp:
06/12/2005 08:49:13 PM (21 years ago)
Author:
matt
Message:

Beginning of user system overhaul, TODO: update all code that deals with user data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r2627 r2631  
    4949$wpdb->options          = $table_prefix . 'options';
    5050$wpdb->postmeta         = $table_prefix . 'postmeta';
     51$wpdb->usermeta         = $table_prefix . 'usermeta';
    5152
    5253if ( defined('CUSTOM_USER_TABLE') )
Note: See TracChangeset for help on using the changeset viewer.