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

git-svn-id: https://develop.svn.wordpress.org/trunk@15022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-28 02:12:57 +00:00
parent 7baec4f576
commit 921a5841b0
1 changed files with 2 additions and 2 deletions

View File

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