From bd71233c817f18619dee6123de1d3c669ef8e3e5 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 21 Feb 2014 19:32:52 +0000 Subject: [PATCH] Embolden some instructions when installing a network. props Ipstenu. fixes #27057. git-svn-id: https://develop.svn.wordpress.org/trunk@27226 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/network.php b/src/wp-admin/network.php index 9446243909..eeeb3fb289 100644 --- a/src/wp-admin/network.php +++ b/src/wp-admin/network.php @@ -470,7 +470,7 @@ define('BLOG_ID_CURRENT_SITE', 1); '; ?> -
  • web.config file in %s, replacing other WordPress rules:' ), $home_path ); ?>

    +
  • web.config file in %s, replacing other WordPress rules:' ), $home_path ); ?>

    ' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '

    '; @@ -504,7 +504,7 @@ RewriteRule . index.php [L] EOF; ?> -
  • .htaccess file in %s, replacing other WordPress rules:' ), $home_path ); ?>

    +
  • .htaccess file in %s, replacing other WordPress rules:' ), $home_path ); ?>

    ' . __('Warning:') . ' ' . __( 'Subdirectory networks may not be fully compatible with custom wp-content directories.' ) . '

    ';