From e67d0cac6f85f5953c1df963acb7028719ba4b66 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 11 Nov 2005 01:37:25 +0000 Subject: [PATCH] Formatting git-svn-id: https://develop.svn.wordpress.org/trunk@3045 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-settings.php b/wp-settings.php index f1544acd4a..48d78f1159 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -199,10 +199,10 @@ $_POST = add_magic_quotes($_POST ); $_COOKIE = add_magic_quotes($_COOKIE); $_SERVER = add_magic_quotes($_SERVER); -$wp_query = new WP_Query(); +$wp_query = new WP_Query(); $wp_rewrite = new WP_Rewrite(); -$wp = new WP(); -$wp_roles = new WP_Roles(); +$wp = new WP(); +$wp_roles = new WP_Roles(); define('TEMPLATEPATH', get_template_directory()); @@ -224,4 +224,5 @@ register_shutdown_function('shutdown_action_hook'); // Everything is loaded and initialized. do_action('init'); -?> + +?> \ No newline at end of file