Make WordPress Core


Ignore:
Timestamp:
05/28/2010 02:12:57 AM (15 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network.php

    r15005 r15022  
    359359</li>
    360360<?php
    361     if (iis7_supports_permalinks()) {
    362             if (is_subdomain_install()) {
     361    if ( iis7_supports_permalinks() ) {
     362            if ( $subdomain_install ) {
    363363                $web_config_file =
    364364'<?xml version="1.0" encoding="UTF-8"?>
Note: See TracChangeset for help on using the changeset viewer.