#47062 closed defect (bug) (fixed)
indentation on WP Multisite creation page
Reported by: | sebastienserre | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Networks and Sites | Keywords: | good-first-bug has-patch |
Focuses: | multisite | Cc: |
Attachments (1)
Change History (9)
#1
@
5 years ago
- Keywords needs-patch good-first-bug added
- Milestone changed from Awaiting Review to 5.3
#3
@
5 years ago
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.
This ticket was mentioned in Slack in #core by sergey. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
Introduced in [43571].