Drafts clean up.

git-svn-id: http://svn.automattic.com/wordpress/trunk@2701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2005-07-08 22:59:15 +00:00
parent 6cbb6fecb3
commit 233afca132
8 changed files with 62 additions and 52 deletions

View File

@@ -50,6 +50,8 @@ $wpdb->options = $table_prefix . 'options';
$wpdb->postmeta = $table_prefix . 'postmeta';
$wpdb->usermeta = $table_prefix . 'usermeta';
$wpdb->prefix = $table_prefix;
if ( defined('CUSTOM_USER_TABLE') )
$wpdb->users = CUSTOM_USER_TABLE;
if ( defined('CUSTOM_USER_META_TABLE') )
@@ -161,4 +163,4 @@ $wp = new WP();
// Everything is loaded and initialized.
do_action('init');
?>
?>