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 ) )