Make WordPress Core

Ticket #46841: #46841.patch

File #46841.patch, 512 bytes (added by burhandodhy, 5 years ago)

missing (.) for (.htaccess)

  • wp-admin/includes/network.php

     
    613613                </ol>
    614614
    615615                <?php
    616         else : // end iis7_supports_permalinks(). construct an htaccess file instead:
     616        else : // end iis7_supports_permalinks(). construct an .htaccess file instead:
    617617
    618618                $ms_files_rewriting = '';
    619619                if ( is_multisite() && get_site_option( 'ms_files_rewriting' ) ) {