From 592e3c5d8fb6fa88915baca4e337c3f2c0cc022f Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 31 Jul 2011 22:16:19 +0000 Subject: [PATCH] Use correct closing tag. props pagesimplify. (wp-hackers) git-svn-id: http://svn.automattic.com/wordpress/trunk@18492 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 6f259acfe..3fb88d1fa 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 ); ?>