From 2ce5a485ed08069480fa6b7582bbe43e97fcac0c Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 17 Oct 2011 18:57:06 +0000 Subject: [PATCH] Close strong tag. props scribu. fixes #18970. git-svn-id: http://svn.automattic.com/wordpress/trunk@18979 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 7ebaa91c2..74a47f938 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -353,7 +353,7 @@ function network_step2( $errors = false ) {
  • blogs.dir directory at %s/blogs.dir. This directory is used to store uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR ); if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' ) - echo ' ' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . ''; ?>

  • wp-config.php file in %s above the line reading /* That’s all, stop editing! Happy blogging. */:' ), ABSPATH ); ?>