mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
remove WP rewrite rules from multisite options-permalink, props ocean90, See #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@13440 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
84269822eb
commit
5db4b418c5
@ -234,7 +234,7 @@ $structures = array(
|
||||
<input type="submit" name="submit" class="button-primary" value="<?php esc_attr_e('Save Changes') ?>" />
|
||||
</p>
|
||||
</form>
|
||||
<?php if ( !is_multisite() || is_super_admin() ) { ?>
|
||||
<?php if ( !is_multisite() ) { ?>
|
||||
<?php if ($iis7_permalinks) :
|
||||
if ( isset($_POST['submit']) && $permalink_structure && ! $usingpi && ! $writable ) :
|
||||
if ( file_exists($home_path . 'web.config') ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user