Drafts clean up.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -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');
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user