diff --git wp-admin/includes/misc.php wp-admin/includes/misc.php
index 333d6eb..b40272b 100755
|
|
function insert_with_markers( $filename, $marker, $insertion ) { |
189 | 189 | } |
190 | 190 | |
191 | 191 | /** |
192 | | * Updates the htaccess file with the current rules if it is writable. |
| 192 | * Updates the .htaccess file with the current rules if it is writable. |
193 | 193 | * |
194 | 194 | * Always writes to the file if it exists and is writable to ensure that we |
195 | 195 | * blank out old rules. |
diff --git wp-admin/includes/network.php wp-admin/includes/network.php
index ea6ec24..6ece883 100755
|
|
define('BLOG_ID_CURRENT_SITE', 1); |
613 | 613 | </ol> |
614 | 614 | |
615 | 615 | <?php |
616 | | else : // end iis7_supports_permalinks(). construct an htaccess file instead: |
| 616 | else : // end iis7_supports_permalinks(). construct an .htaccess file instead: |
617 | 617 | |
618 | 618 | $ms_files_rewriting = ''; |
619 | 619 | if ( is_multisite() && get_site_option( 'ms_files_rewriting' ) ) { |