wp_roles cleanup.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2006-01-18 01:06:11 +00:00
parent 2514ca2bc7
commit 515892d7ab
2 changed files with 20 additions and 4 deletions

View File

@@ -206,7 +206,6 @@ $_SERVER = add_magic_quotes($_SERVER);
$wp_query = new WP_Query();
$wp_rewrite = new WP_Rewrite();
$wp = new WP();
$wp_roles = new WP_Roles();
define('TEMPLATEPATH', get_template_directory());