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:
parent
7baec4f576
commit
921a5841b0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue