mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user