[wp-trac] [WordPress Trac] #47062: indentation on WP Multisite creation page

WordPress Trac noreply at wordpress.org
Sun May 5 16:02:26 UTC 2019


#47062: indentation on WP Multisite creation page
----------------------------------------+------------------------
 Reporter:  sebastienserre              |       Owner:  (none)
     Type:  defect (bug)                |      Status:  new
 Priority:  normal                      |   Milestone:  5.3
Component:  Networks and Sites          |     Version:
 Severity:  normal                      |  Resolution:
 Keywords:  needs-patch good-first-bug  |     Focuses:  multisite
----------------------------------------+------------------------

Comment (by sebastienserre):

 Hello,

 I'm reading my own ticket and think, I've forgotten some info.

 The part on the .htaccess rules are on
 {{{
 /wp-admin/includes/network.php
 }}}

 line 624

 {{{
 $htaccess_file = <<<EOF
 RewriteEngine On
 RewriteBase {$base}
 RewriteRule ^index\.php$ - [L]
 {$ms_files_rewriting}
 # add a trailing slash to /wp-admin
 RewriteRule ^{$subdir_match}wp-admin$ {$subdir_replacement_01}wp-admin/
 [R=301,L]

 RewriteCond %{REQUEST_FILENAME} -f [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^ - [L]
 RewriteRule ^{$subdir_match}(wp-(content|admin|includes).*)
 {$rewrite_base}{$subdir_replacement_12} [L]
 RewriteRule ^{$subdir_match}(.*\.php)$
 {$rewrite_base}$subdir_replacement_12 [L]
 RewriteRule . index.php [L]

 EOF;
 }}}

 but I don't see any tabs more... so I don't know if it's a WP bug or
 something wrong on my side.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/47062#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list