From e0587d894e6b367854b5e2f10c125b7ff4062e88 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 3 Dec 2012 02:59:04 +0000 Subject: [PATCH] Remove errant space. git-svn-id: http://core.svn.wordpress.org/trunk@22981 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index c40e0effdf..d695bf4dca 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -318,7 +318,7 @@ function network_step2( $errors = false ) { $location_of_wp_config = ABSPATH; if ( ! file_exists( ABSPATH . 'wp-config.php' ) && file_exists( dirname( ABSPATH ) . '/wp-config.php' ) ) - $location_of_wp_config = trailingslashit( dirname( ABSPATH ) ); + $location_of_wp_config = trailingslashit( dirname( ABSPATH ) ); // Wildcard DNS message. if ( is_wp_error( $errors ) )