Use the variable set up for when the function doesn't exist.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-05-28 02:12:57 +00:00
parent 3e747c6eae
commit 9cb1902bd1
1 changed files with 2 additions and 2 deletions

View File

@ -358,8 +358,8 @@ define( 'BLOG_ID_CURRENT_SITE', 1 );</textarea>
?> ?>
</li> </li>
<?php <?php
if (iis7_supports_permalinks()) { if ( iis7_supports_permalinks() ) {
if (is_subdomain_install()) { if ( $subdomain_install ) {
$web_config_file = $web_config_file =
'<?xml version="1.0" encoding="UTF-8"?> '<?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>