From db79dcc18a69bb458d768e8151797c83364a68b0 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 31 Jul 2011 22:16:19 +0000 Subject: [PATCH] Use correct closing tag. props pagesimplify. (wp-hackers) git-svn-id: https://develop.svn.wordpress.org/trunk@18492 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 6f259acfe1..3fb88d1fa0 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -229,7 +229,7 @@ function network_step1( $errors = false ) { if ( $is_www ) : ?>

-

%1$s before enabling the network feature. It will still be possible to visit your site using the www prefix with an address like %2$s but any links will not have the www prefix.' ), substr( $hostname, 4 ), $hostname ); ?> +

%1$s before enabling the network feature. It will still be possible to visit your site using the www prefix with an address like %2$s but any links will not have the www prefix.' ), substr( $hostname, 4 ), $hostname ); ?>